public void WhenIPressAdd()
 {
     _result = Calculator.Add();
 }
Пример #2
0
 public void WhenIPressAdd()
 {
     calculator.Add();
 }