mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
7 lines
99 B
C#
7 lines
99 B
C#
using Prism.Events;
|
|
|
|
namespace DownKyi.Events;
|
|
|
|
public class MessageEvent : PubSubEvent<string>
|
|
{
|
|
} |