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