init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TSRAIRGo
|
||||
{
|
||||
public class SystemSettingsRecordingModeChangedEvent : PubSubEvent<RecordingModeArg> { }
|
||||
|
||||
public class RecordingModeArg
|
||||
{
|
||||
public string RecordingModeDisplayString { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user