Exemplo n.º 1
0
        private void butDSThem_Click(object sender, EventArgs e)
        {
            frmMThongtinnguoidung af = new frmMThongtinnguoidung(true, "");

            af.ShowDialog();
        }
Exemplo n.º 2
0
        private void butDSSua_Click(object sender, EventArgs e)
        {
            frmMThongtinnguoidung af = new frmMThongtinnguoidung(false, f_Get_ID());

            af.ShowDialog();
        }
Exemplo n.º 3
0
        private void lbHoso_Click(object sender, EventArgs e)
        {
            frmMThongtinnguoidung af = new frmMThongtinnguoidung(false, _id);

            af.ShowDialog();
        }