Description of TLSrvNewTestPlanCommand.
Inheritance: TLSrvCommand
        protected override void ProcessRecord()
        {
            var command = new TLSrvNewTestPlanCommand(this);

            command.Execute();
        }
 protected override void ProcessRecord()
 {
     var command = new TLSrvNewTestPlanCommand(this);
     command.Execute();
 }