Beispiel #1
0
 private void button记忆门窗_Click(object sender, EventArgs e)
 {
     try
     {
         uiCHSTRAS_091_Memory f = new uiCHSTRAS_091_Memory(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(5); // 按键练习的训练ID是 6;
     uiCHSTRAS_091_Memory f = new uiCHSTRAS_091_Memory(this, myUserLogin, myUnitPrac, 1);
     f.Show();
 }