Exemple #1
0
 public void CustomSum(C1Sum method)
 {
     method.result = method.a + method.b;
 }
Exemple #2
0
 public void TestsSum(C1Sum method)
 {
     method.result = method.a + method.b;
 }
Exemple #3
0
 public void CustomSum(C1Sum method) => method.Result = method.A + method.B;