Exemplo n.º 1
0
 private void btnLuTru_Click(object sender, EventArgs e)
 {
     if (this.ActiveMdiChild != null)
     {
         this.ActiveMdiChild.Close();
     }
     HeThong.frmBk_Restore frm = new HeThong.frmBk_Restore();
     frm.MdiParent = this;
     frm.Show();
 }
Exemplo n.º 2
0
 private void btnLuTru_Click(object sender, EventArgs e)
 {
     if (this.ActiveMdiChild != null)
         this.ActiveMdiChild.Close();
     HeThong.frmBk_Restore frm = new HeThong.frmBk_Restore();
     frm.MdiParent = this;
     frm.Show();
 }