コード例 #1
0
 void buttonCancel_Click(object sender, EventArgs e)
 {
     if (form != null)
     {
         form.Close();
     }
 }