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

10 lines
127 B
C#

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