Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     FormUserSimulateInput frm = new FormUserSimulateInput(this);
     frm.ShowDialog();
 }
Example #2
0
 private void FormUserInfo_Load(object sender, EventArgs e)
 {
     mFormUserOutput = new FormUserOutput(this);
     mFormUserSimulateInput = new FormUserSimulateInput(this);
     mFormUserSimulate = new FormUserSimulate(this);
     //mFormAdmin = new FormAdmin(this);
     mFormUserAnalysis = new FormUserAnalysis(this);
 }