Ejemplo n.º 1
0
        private void button7_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Hello đm m");
            FrmThongTin thongTin = new FrmThongTin(sqlConnection);

            thongTin.Show();
        }
Ejemplo n.º 2
0
        private void thôngTinToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmThongTin frmThongTin = new FrmThongTin(sqlConnection);

            frmThongTin.Show();
        }