Esempio n. 1
0
 private bool KanShiPin()
 {
     FrmInformation fi = new FrmInformation(this);
     OpenWindow++;
     fi.auto = true;
     fi.ShowDialog();
     return fi.GetResult();
 }
Esempio n. 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     label1.Text = GetNowTime();
     label9.Text = "000";
     if (txtId.Text.Trim() == "")
     {
         SetText("无法进行考试,请输入身份证号!");
         return;
     }
     if (skinRadioButton3.Checked)
     {
         FrmInformation fi = new FrmInformation(this);
         fi.ShowDialog();
         return;
     }
     ZuoTI();
 }