コード例 #1
0
ファイル: ServiceController.cs プロジェクト: raj581/Marvin
        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);
 }