Execute() private méthode

private Execute ( ) : void
Résultat void
        protected override void ProcessRecord()
        {
            var command = new TLSrvNewTestPlanCommand(this);

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