Ejemplo n.º 1
0
        private void btn_themTaiKhoan_Click(object sender, EventArgs e)
        {
            frmThemTaiKhoan f = new frmThemTaiKhoan();

            f.ShowDialog();
        }
Ejemplo n.º 2
0
        //public subForm_TaoTK()
        //{
        //    InitializeComponent();
        //    txt_manv.Hide();
        //}

        public subForm_TaoTK(frmThemTaiKhoan frmThemTaiKhoan)
        {
            InitializeComponent();
            txt_manv.Hide();
            this.frmThemTaiKhoan = frmThemTaiKhoan;
        }