Exemplo n.º 1
0
 private void btn1_click(object o, EventArgs a)
 {
     // form 초기화
     if (tagetForm != null)
     {
         tagetForm.Dispose();
     }
     // form 호출
     tagetForm = comm.getMdiForm(parentForm, new UserForm(db), contents);
     tagetForm.Show();
 }