Exemple #1
0
 public c_mdi()
 {
     frm = new frmMDI();
     listening();
     frm.ShowDialog();
 }