// Token: 0x060000BB RID: 187 RVA: 0x00012298 File Offset: 0x00010498 public void EndInv(IAsyncResult iar) { ProjectLoading.LoadProjectDlg method = new ProjectLoading.LoadProjectDlg(this.EndInvInv); try { base.Invoke(method); } catch { } }
// Token: 0x060000BA RID: 186 RVA: 0x00012264 File Offset: 0x00010464 private void ProjectLoading_Shown(object sender, EventArgs e) { Application.DoEvents(); ProjectLoading.LoadProjectDlg loadProjectDlg = new ProjectLoading.LoadProjectDlg(this.LoadProject); loadProjectDlg.BeginInvoke(new AsyncCallback(this.EndInv), null); }