Exemplo n.º 1
0
 void Select()
 {
     if (actionController.CanExecute())
     {
         actionController.Execute();
         Disable();
     }
 }