コード例 #1
0
 private void AddTooo_Click(object sender, EventArgs e)
 {
     addpoly = new AddPoly(this);
     addpoly.ShowDialog();
 }