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