Ejemplo n.º 1
0
 public void ActivateDefaultAction(bool hold = false)
 {
     if (Action != null)
     {
         Action.Activate(this, hold);
     }
 }