init
This commit is contained in:
18
Common/DTS.Common/Events/TSRAIRGo/DASSampleRateChanged.cs
Normal file
18
Common/DTS.Common/Events/TSRAIRGo/DASSampleRateChanged.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Prism.Events;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DTS.Common.Events.TSRAIRGo
|
||||
{
|
||||
|
||||
public class DASSampleRateChangedEvent : PubSubEvent<DASSampleRateArg> { }
|
||||
public class DASListChangedEvent : PubSubEvent<bool> { }
|
||||
|
||||
public class DASSampleRateArg
|
||||
{
|
||||
public int SampleRate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user