Exemplo n.º 1
0
        public void ExecuteCommand(int command)
        {
#if NET_2_0
            ValidateServiceName(ServiceName);
#endif
            _impl.ExecuteCommand(command);
        }
Exemplo n.º 2
0
 public void ExecuteCommand(int command)
 {
     ValidateServiceName(ServiceName);
     _impl.ExecuteCommand(command);
 }