10 lines
122 B
C#
10 lines
122 B
C#
using Prism.Events;
|
|
|
|
namespace RIZO_Application.Core
|
|
{
|
|
public class ScanEvent : PubSubEvent<string>
|
|
{
|
|
|
|
}
|
|
}
|