/// <summary>内容编辑
        ///
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void button教学04_Click(object sender, EventArgs e)
        {
            //shfPracticeID = 6;  设置训练课程
            shfUserLogin.LoginUnitID = inst04UnitID; //设置学习内容
            uiPageShowSimple fr = new uiPageShowSimple(this, shfUserLogin, shfSHFPage);

            fr.Show();
            //this.Hide();
        }
 /// <summary>内容编辑
 /// 
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void button教学04_Click(object sender, EventArgs e)
 {
     //shfPracticeID = 6;  设置训练课程
     shfUserLogin.LoginUnitID = inst04UnitID; //设置学习内容
     uiPageShowSimple fr = new uiPageShowSimple(this, shfUserLogin, shfSHFPage);
     fr.Show();
     //this.Hide();
 }