Files

10 lines
127 B
C#

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