public void RemoveDisplayDataGuidPane() { this.currentResultFile = displayPane.CurrentResultFile; this.CustomTaskPanes.Remove(ctpDisplayDataGuide); displayPane.GEMSResultLoaded -= new DisplayGuidPane.GEMSResultLoadedEventHandler(OnGEMSResultLoaded); displayPane.Dispose(); }
private void ThisWorkbook_Shutdown(object sender, System.EventArgs e) { this.ActionsPane.Controls.Remove(dataGuide); dataGuide.GEMSResultLoaded -= new DisplayGuidPane.GEMSResultLoadedEventHandler(this.OnGEMSResultLoaded); dataGuide.Dispose( ); }