Example #1
0
 public Square(int x, int y, int s, Form1 form2) : base(x, y)
 {
     this.size  = s;
     this.form2 = form2;
 }