Esempio n. 1
0
 public void Rescore()
 {
     using (var dlg = new RescoreResultsDlg(DocumentUIContainer))
     {
         if (dlg.ShowDialog(this) == DialogResult.OK)
         {
             // If the RescoreResultsDlg did work then cancel out of this dialog
             DialogResult = DialogResult.Cancel;
         }
     }
 }
Esempio n. 2
0
 public void Rescore()
 {
     using (var dlg = new RescoreResultsDlg(DocumentUIContainer))
     {
         if (dlg.ShowDialog(this) == DialogResult.OK)
         {
             // If the RescoreResultsDlg did work then cancel out of this dialog
             DialogResult = DialogResult.Cancel;
         }
     }
 }