Exemple #1
0
 public void SendMSSV(string MSSV)
 {
     CommandQueue.Enqueue(NetCommand.CombineCommandParam(NetCommand.MSSV, MSSV + '`' + Dns.GetHostName()));
 }
Exemple #2
0
 public void SendFinishSignal()
 {
     CommandQueue.Enqueue(NetCommand.CombineCommandParam(NetCommand.ClientFinish, Dns.GetHostName()));
 }