private void button认识植物_Click(object sender, EventArgs e) { try { uiCHSTRAS_091_Teach f = new uiCHSTRAS_091_Teach(this, shfUserLogin, shfUnitPractice, courseType); f.Show(); } catch (Exception exception)// Exception ex { MessageBox.Show("Exception:" + exception.ToString()); } }
private void button认识事物_Click(object sender, EventArgs e) { //处理: myUnitPrac = myUnitPracs.GetOne(2); // 按键练习的训练ID是 6; uiCHSTRAS_091_Teach f = new uiCHSTRAS_091_Teach(this, myUserLogin, myUnitPrac, 1); f.Show(); }
private void button认识事物_Click(object sender, EventArgs e) { //处理: uiCHSTRAS_091_Teach f = new uiCHSTRAS_091_Teach(this, myUserLogin, myUnitPrac); f.Show(); }