Esempio n. 1
0
 public static void SetActive()
 {
     SynchronousSocketClient.SendResponse("active:0");
 }
Esempio n. 2
0
 public static void SendCMD(string cmd)
 {
     SynchronousSocketClient.SendResponse(cmd);
 }
Esempio n. 3
0
 public static void Call(int p)
 {
     SynchronousSocketClient.SendResponse("call:" + p + ":");
 }
Esempio n. 4
0
 public static void Bet(int v)
 {
     SynchronousSocketClient.SendResponse("bet:" + v + ":");
 }
Esempio n. 5
0
 public static void Fold()
 {
     SynchronousSocketClient.SendResponse("fold:false:");
 }