Exemplo n.º 1
0
 public bool Ping()
 {
     return(service.Ping());
     //return true;
 }
Exemplo n.º 2
0
 bool IService.Ping()
 {
     return(service.Ping());
 }