Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Common.GameInfo> RegisterGameAsync(string label, Common.EndPoint publicEP)
 {
     return(base.Channel.RegisterGameAsync(label, publicEP));
 }
Ejemplo n.º 2
0
 public Common.GameInfo RegisterGame(string label, Common.EndPoint publicEP)
 {
     return(base.Channel.RegisterGame(label, publicEP));
 }