Exemple #1
0
 public override void Run()
 {
     Connection.Connection serverConnection = new Connection.Connection(_socket, _settings);
     serverConnection.WaitForStartDT();
 }