Exemplo n.º 1
0
 private void button前言_Click(object sender, EventArgs e)
 {
     //处理:
     myUnitPrac = myUnitPracs.GetOne(1); // 按键练习的训练ID是 6;
     uiCHSTRAS_091_Foreword f = new uiCHSTRAS_091_Foreword(this, myUserLogin, myUnitPrac, 0);
     f.Show();
 }
Exemplo n.º 2
0
 private void button前言_Click(object sender, EventArgs e)
 {
     try
     {
         uiCHSTRAS_091_Foreword f = new uiCHSTRAS_091_Foreword(this, shfUserLogin, shfUnitPractice, courseType);
         f.Show();
     }
     catch (Exception exception)// Exception ex
     {
         MessageBox.Show("Exception:" + exception.ToString());
     }
 }
Exemplo n.º 3
0
 private void button前言_Click(object sender, EventArgs e)
 {
     uiCHSTRAS_091_Foreword f = new uiCHSTRAS_091_Foreword(this, shfUserLogin, shfUnitPractice);
     f.Show();
 }
Exemplo n.º 4
0
 private void button前言_Click(object sender, EventArgs e)
 {
     //处理:
     uiCHSTRAS_091_Foreword f = new uiCHSTRAS_091_Foreword(this, myUserLogin, myUnitPrac);
     f.Show();
 }