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