예제 #1
0
 public System.Threading.Tasks.Task NotifyServerCmdAsync(SharedCardGame.ScgServiceLibrary.ClientCommandDataType clientCommandData)
 {
     return(base.Channel.NotifyServerCmdAsync(clientCommandData));
 }
예제 #2
0
 public void NotifyServerCmd(SharedCardGame.ScgServiceLibrary.ClientCommandDataType clientCommandData)
 {
     base.Channel.NotifyServerCmd(clientCommandData);
 }