Example #1
0
 public ExportDlgProperties(ExportMethodDlg dialog)
 {
     _dialog = dialog;
 }
Example #2
0
 public DialogResult ShowExportMethodDialog(ExportFileType fileType)
 {
     using (ExportMethodDlg dlg = new ExportMethodDlg(DocumentUI, fileType))
     {
         return dlg.ShowDialog(this);
     }
 }