private void button3_Click_1(object sender, EventArgs e)
 {
     uiEGLPABC_TestShowH3 f = new uiEGLPABC_TestShowH3(this, this.myUserLogin);
     f.Show();
 }
Example #2
0
 private void button训练03_Click(object sender, EventArgs e)
 {
     uiEGLPABC_TestShowH3 f = new uiEGLPABC_TestShowH3(this, shfUserLogin);
     f.Show();
 }