示例#1
0
 public double Sum(Tovar t1, Tovar t2)
 {
     return t1 + t2;
 }
示例#2
0
 public Sklad(Tovar[] poluchTovari)
 {
     tovari = poluchTovari;
 }