예제 #1
0
 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());
     }
 }
예제 #2
0
 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();
 }
예제 #3
0
 private void button认识事物_Click(object sender, EventArgs e)
 {
     //处理:
     uiCHSTRAS_091_Teach f = new uiCHSTRAS_091_Teach(this, myUserLogin, myUnitPrac);
     f.Show();
 }