init
This commit is contained in:
9
DataPRO/IService/StateMachine/States/Realtime.cs
Normal file
9
DataPRO/IService/StateMachine/States/Realtime.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace DTS.DASLib.Service.StateMachine
|
||||
{
|
||||
public class Realtime : DASState
|
||||
{
|
||||
public override State State => State.Realtime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user