示例#1
0
 public System.Threading.Tasks.Task DoWorkAsync(client.SVC.Client c, client.SVC.Game g)
 {
     return(base.Channel.DoWorkAsync(c, g));
 }
示例#2
0
 public void DoWork(client.SVC.Client c, client.SVC.Game g)
 {
     base.Channel.DoWork(c, g);
 }