Exemplo n.º 1
0
        private void toolStripMenuItemQTCT_Click(object sender, EventArgs e)
        {
            frmTGCTxCV tg = new frmTGCTxCV();

            tg.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void btnQuaTrinhCongTac_Click(object sender, EventArgs e)
        {
            frmTGCTxCV tg = new frmTGCTxCV();

            tg.Show();
            this.Hide();
        }