Files
shgxtzcjhoudaosaomadayinwpf/RIZO_Application/RIZO_Application.Core/Event/MessageSentEvent.cs

14 lines
194 B
C#

using Prism.Events;
namespace RIZO_Application.Core
{
public class MessageSentEvent : PubSubEvent<string>
{
}
public class LogSentEvent : PubSubEvent<string>
{
}
}