示例#1
0
        private void frmIntroduce_Load(object sender, EventArgs e)
        {
            Db.Connection();
            string introduce = Db.Introduce(Db.Connec, IDGame);

            lblHuongDan.Visible = true;
            lblHuongDan.Text    = introduce;

            Db.Connec.Close();
        }