예제 #1
0
 public Calcadd(Calc c)
 {
     this.c = c;
 }
예제 #2
0
 public Calcadd()
 {
     c      = new Calc();
     c.num1 = 10;
     c.num2 = 12;
 }