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

            TFSrvGetTestPlanCommand command =
                new TFSrvGetTestPlanCommand(this);

            command.Execute();
        }