Exemplo n.º 1
0
 //Usuwamy znak z liczby
 public void BackSpace()
 {
     MainOperation.BackSpace();
     RefreashStats();
 }