Ejemplo n.º 1
0
        private void btnThuePhong_Click(object sender, EventArgs e)
        {
            frmThuePhong f = new frmThuePhong();

            f.ShowDialog();
            frmMain_Load(sender, e);
        }
Ejemplo n.º 2
0
        private void ptrThuePhong_Click(object sender, EventArgs e)
        {
            frmThuePhong frmThuePhong = new frmThuePhong();

            frmThuePhong.ShowDialog();
        }