示例#1
0
 private void btnOver_Click(object sender, EventArgs e)
 {
     if (MessageBoxHelper.Confirm("请再次确认是否要交卷结束考试!"))
     {
         ScoreHintForm form = new  ScoreHintForm(this.user.Name, this.topicsControl);
         form.ShowDialog();
     }
 }
示例#2
0
 private void btnOver_Click(object sender, EventArgs e)
 {
     if (MessageBoxHelper.Confirm("���ٴ�ȷ���Ƿ�Ҫ����������ԣ�"))
     {
         ScoreHintForm form =new  ScoreHintForm(this.user.Name,this.topicsControl);
         form.ShowDialog();
     }
 }