コード例 #1
0
 public Circle(Form1 f, int radius)
 {
     this.f      = f;
     this.radius = radius;
 }