Exemplo n.º 1
0
        private void btnimport_Click(object sender, EventArgs e)
        {
            frmimportexceldanhsachKH frm = new frmimportexceldanhsachKH();

            this.Hide();
            frm.Show();
        }
Exemplo n.º 2
0
 private void btnimport_Click(object sender, EventArgs e)
 {
     frmimportexceldanhsachKH frm = new frmimportexceldanhsachKH();
     this.Hide();
     frm.Show();
 }