コード例 #1
0
ファイル: ServerSAP.cs プロジェクト: ame89/IEC-60870
 public override void Run()
 {
     Connection.Connection serverConnection = new Connection.Connection(_socket, _settings);
     serverConnection.WaitForStartDT();
 }