Exemplo n.º 1
0
 public void AbortAction()
 {
     action = new SelectAction();
 }
Exemplo n.º 2
0
 public void SetAction(CursorAction action)
 {
     this.action = action;
 }