コード例 #1
0
        private void xuiButton1_Click(object sender, EventArgs e)
        {
            FrmQuanLyPM quanLyPhongMay = new FrmQuanLyPM(sqlConnection);

            quanLyPhongMay.Show();
        }
コード例 #2
0
        private void qLPhòngMáyToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmQuanLyPM frmQuanLyPM = new FrmQuanLyPM(sqlConnection);

            frmQuanLyPM.Show();
        }