Esempio n. 1
0
        private void btn_Them_Click(object sender, EventArgs e)
        {
            them_nhanvien _them_nhanvien = new them_nhanvien(conn, this);

            _them_nhanvien.StartPosition = FormStartPosition.CenterScreen;
            _them_nhanvien.Show();
        }
Esempio n. 2
0
        private void btn_Them_Click(object sender, EventArgs e)
        {
            //btn_lammoi_Click(sender, e);
            //txtcmnd.Text = txtdiachi.Text = txthoten.Text = txtma.Text = txtsdt.Text = null;
            //txthoten.Focus();
            them_nhanvien _them_nhanvien = new them_nhanvien();

            _them_nhanvien.Show();
        }