Beispiel #1
0
 public void PressDigitBtn(int digit)
 {
     if (digit >= 0 && digit < 10)
     {
         phone.OnDigitBtnEvent(digit);
     }
 }