Пример #1
0
 public override void CheckForInput()
 {
     PositiveButton.CheckForInput();
     NegativeButton.CheckForInput();
     base.CheckForInput();
 }
Пример #2
0
 public new void CheckForInput()
 {
     PositiveButton.CheckForInput();
     NegativeButton.CheckForInput();
     base.CheckForInput();
 }