private void thiếtLậpThờiGianThuêToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThietLapThoiGianThue frmTLTG = new ThietLapThoiGianThue();

            foreach (Form frm in MdiChildren)
            {
                frm.Close();
            }
            frmTLTG.MdiParent = this;
            frmTLTG.Show();
        }
Example #2
0
        private void thiếtLậpThờiGianThuêToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThietLapThoiGianThue frmTLTG = new ThietLapThoiGianThue();

            hienForm(frmTLTG);
        }