예제 #1
0
        private void btnBo_Phan_Click(object sender, EventArgs e)
        {
            frmThemPhongBan themPhongBan = new frmThemPhongBan();

            themPhongBan.ShowDialog();
            DSPhongBan();
        }
예제 #2
0
        private void btnThemToThucHienCongDoan_Click(object sender, EventArgs e)
        {
            frmThemPhongBan PBTK = new frmThemPhongBan();

            PBTK.Member = txtUser.Text;
            PBTK.ShowDialog();
        }