Exemplo n.º 1
0
 private void btnPreview_Click(object sender, EventArgs e)
 {
     try
     {
         PreviewDocUtils.PreviewCandidatePackage(QuestionSet);
     }
     catch (Exception)
     {
         MessageBox.Show(ConstantUtils.ErrorWordApp, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }
Exemplo n.º 2
0
 // Preview entire the Questions List.
 private void previewBtn_Click(object sender, EventArgs e)
 {
     PreviewDocUtils.PreviewCandidatePackage(questionSet);
 }