void Post_ExportCallback(IAsyncResult rst) { dlg_Export hd = (dlg_Export)rst.AsyncState; hd.EndInvoke(rst); }
void Post_Export(dlg_Export hd) { hd.BeginInvoke(Post_ExportCallback, hd); }