Example #1
0
        private void butDSThem_Click(object sender, EventArgs e)
        {
            frmMThongtinnguoidung af = new frmMThongtinnguoidung(true, "");

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

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

            af.ShowDialog();
        }