Пример #1
0
 public void calculateSum(int firstOp, int secondOp)
 {
     var newForm = new SumForm();
     newForm.viewResult(firstOp - secondOp , firstOp + secondOp);
 }
Пример #2
0
        public void calculateSum(int firstOp, int secondOp)
        {
            var newForm = new SumForm();

            newForm.viewResult(firstOp - secondOp, firstOp + secondOp);
        }