Exemplo n.º 1
0
 public override void CheckForInput()
 {
     PositiveButton.CheckForInput();
     NegativeButton.CheckForInput();
     base.CheckForInput();
 }
Exemplo n.º 2
0
 public new void CheckForInput()
 {
     PositiveButton.CheckForInput();
     NegativeButton.CheckForInput();
     base.CheckForInput();
 }