예제 #1
0
 public double Dzielenie(double a, double b)
 {
     return(kalkulator.Dzielenie(a, b));
 }