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(); }
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(); }