Description of TFSrvNewTestPlanCommand.
Inheritance: TFSrvCommand
コード例 #1
0
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     TFSrvNewTestPlanCommand command =
         new TFSrvNewTestPlanCommand(this);
     command.Execute();
 }
コード例 #2
0
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            TFSrvNewTestPlanCommand command =
                new TFSrvNewTestPlanCommand(this);

            command.Execute();
        }