Exemplo n.º 1
0
 internal void execute(BlackAction action)
 {
     this.Action = action;
     this.OnExecute();
 }
Exemplo n.º 2
0
 internal void execute(BlackAction action)
 {
     this.Action = action;
     this.OnExecute();
 }
Exemplo n.º 3
0
 internal void own(BlackAction action)
 {
     action.ControllerInstance = this;
 }
Exemplo n.º 4
0
 internal void own(BlackAction action)
 {
     action.ControllerInstance = this;
 }