Execute() 개인적인 메소드

private Execute ( ) : void
리턴 void
예제 #1
0
        protected override void ProcessRecord()
        {
            var command = new TLSrvNewTestPlanCommand(this);

            command.Execute();
        }
예제 #2
0
 protected override void ProcessRecord()
 {
     var command = new TLSrvNewTestPlanCommand(this);
     command.Execute();
 }