mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-22 23:30:11 +08:00
7 lines
109 B
C#
7 lines
109 B
C#
using Prism.Events;
|
|
|
|
namespace DownKyi.Events
|
|
{
|
|
public class MessageEvent : PubSubEvent<string> { }
|
|
}
|