コード例 #1
0
ファイル: TCPComm.cs プロジェクト: edwin-sl/sample-sockets
 public void Start()
 {
     tcpBase.Start();
     PrintUtils.PrintImportant("READY!!!");
     PrintUtils.PrintImportant(" - - - - - - - - - - - - - - - - - - - - - - - - - ");
 }