init
This commit is contained in:
11
Common/DTS.Common/Events/TSRAIRGo/IpAddressToPing.cs
Normal file
11
Common/DTS.Common/Events/TSRAIRGo/IpAddressToPing.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TSRAIRGo
|
||||
{
|
||||
public class IpAddressToPingEvent : PubSubEvent<IpAddressToPingArg> { }
|
||||
|
||||
public class IpAddressToPingArg
|
||||
{
|
||||
public string IpAddress { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user