Beispiel #1
0
        private void vềChươngTrìnhToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThongTin f = new ThongTin();

            f.MdiParent = this;
            f.Show();
        }
Beispiel #2
0
        private void thôngTinToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ThongTin thongTin = new ThongTin();

            thongTin.Show();
        }