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

10 lines
122 B
C#

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