public static DialogResult ShowWindow(IReportProgress manager)
 {
     using (XF_AsyncResult form = new XF_AsyncResult(manager))
         return form.ShowDialog();
 }
Esempio n. 2
0
 public static DialogResult ShowWindow(IReportProgress manager)
 {
     using (XF_AsyncResult form = new XF_AsyncResult(manager))
         return(form.ShowDialog());
 }