public void calculateSum(int firstOp, int secondOp) { var newForm = new SumForm(); newForm.viewResult(firstOp - secondOp , firstOp + secondOp); }
public void calculateSum(int firstOp, int secondOp) { var newForm = new SumForm(); newForm.viewResult(firstOp - secondOp, firstOp + secondOp); }