예제 #1
0
 private void Delete_Click(object sender, EventArgs e)
 {
     if (ActiveChild != VoucherForm.Empty)
     {
         ActiveChild.Close();
     }
 }