コード例 #1
0
ファイル: Program.cs プロジェクト: Gomocup/GomocupOnline
 static void client_OnError(object sender, TextArgs e)
 {
     Trace.WriteLine("socket error " + e.data);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: Gomocup/GomocupOnline
 static void client_OnMessage(object sender, TextArgs e)
 {
     throw new NotImplementedException();
 }