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

            TFSrvGetProjectCommand command =
                new TFSrvGetProjectCommand(this);

            command.Execute();
        }