コード例 #1
0
        private void button7_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Hello đm m");
            FrmThongTin thongTin = new FrmThongTin(sqlConnection);

            thongTin.Show();
        }
コード例 #2
0
        private void thôngTinToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmThongTin frmThongTin = new FrmThongTin(sqlConnection);

            frmThongTin.Show();
        }