Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void
예제 #1
0
 public void ExecuteCommand(Command command)
 {
     command.Execute(this.tv);
     this.undoCommands.Push(command);
 }
예제 #2
0
 public void ExecuteCommand()
 {
     _command.Execute();
 }