コード例 #1
0
 public mycontrol_zone(zone z1)
 {
     h1 = z1;
 }
コード例 #2
0
 public void zone()
 {
     zone z = new zone();
     z.Show();
 }