Exemplo n.º 1
0
 public void CallHandler(Command command)
 {
     if (bridge == null)
     {
         return;
     }
     bridge.Call(command);
 }