Exemplo n.º 1
0
 public void ButtonPressed(string button)
 {
     Exit();
     EventHandler.ButtonPressed(button);
 }
Exemplo n.º 2
0
 void SendButtonEvent(string button)
 {
     EventHandler.ButtonPressed(button);
 }