コード例 #1
0
        private void thiếtLậpGiáThuêToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThietLapGiaThue frmTLGT = new ThietLapGiaThue();

            foreach (Form frm in MdiChildren)
            {
                frm.Close();
            }
            frmTLGT.MdiParent = this;
            frmTLGT.Show();
        }
コード例 #2
0
        private void thiếtLậpGiáThuêToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThietLapGiaThue frmTLGT = new ThietLapGiaThue();

            hienForm(frmTLGT);
        }