Description of TFSrvGetTestPlanCommand.
Inheritance: TFSrvCommand
Esempio n. 1
0
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     TFSrvGetTestPlanCommand command =
         new TFSrvGetTestPlanCommand(this);
     command.Execute();
 }
Esempio n. 2
0
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            TFSrvGetTestPlanCommand command =
                new TFSrvGetTestPlanCommand(this);

            command.Execute();
        }