Exemplo n.º 1
0
 public void StopListening(object data)
 {
     if (serverChannel != null)
     {
         serverChannel.StopListening(data);
     }
 }
Exemplo n.º 2
0
 public void StopListening(object data)
 {
     serverChannel.StopListening(data);
 }