void ReleaseDesignerOutlets() { if (albumListViewPlaceholder != null) { albumListViewPlaceholder.Dispose(); albumListViewPlaceholder = null; } if (headerViewPlaceholder != null) { headerViewPlaceholder.Dispose(); headerViewPlaceholder = null; } if (songListViewPlaceholder != null) { songListViewPlaceholder.Dispose(); songListViewPlaceholder = null; } if (playlistViewPlaceholder != null) { playlistViewPlaceholder.Dispose(); playlistViewPlaceholder = null; } if (tabView != null) { tabView.Dispose(); tabView = null; } }
void ReleaseDesignerOutlets () { if (TabView != null) { TabView.Dispose (); TabView = null; } if (LabelResx != null) { LabelResx.Dispose (); LabelResx = null; } if (ButtonResx != null) { ButtonResx.Dispose (); ButtonResx = null; } if (ButtonStrings != null) { ButtonStrings.Dispose (); ButtonStrings = null; } if (LabelStrings != null) { LabelStrings.Dispose (); LabelStrings = null; } }
void ReleaseDesignerOutlets() { if (TabView != null) { TabView.Dispose(); TabView = null; } if (LabelResx != null) { LabelResx.Dispose(); LabelResx = null; } if (ButtonResx != null) { ButtonResx.Dispose(); ButtonResx = null; } if (ButtonStrings != null) { ButtonStrings.Dispose(); ButtonStrings = null; } if (LabelStrings != null) { LabelStrings.Dispose(); LabelStrings = null; } }
void ReleaseDesignerOutlets() { if (artistsCollectionView != null) { artistsCollectionView.Dispose(); artistsCollectionView = null; } if (tabGroup != null) { tabGroup.Dispose(); tabGroup = null; } if (tabView != null) { tabView.Dispose(); tabView = null; } }
void ReleaseDesignerOutlets() { if (LoadStatLabel != null) { LoadStatLabel.Dispose(); LoadStatLabel = null; } if (ChooseLabel != null) { ChooseLabel.Dispose(); ChooseLabel = null; } if (CompareDiagramSelect != null) { CompareDiagramSelect.Dispose(); CompareDiagramSelect = null; } if (CompareIntervalTree != null) { CompareIntervalTree.Dispose(); CompareIntervalTree = null; } if (CompareSort != null) { CompareSort.Dispose(); CompareSort = null; } if (CompareSplitView != null) { CompareSplitView.Dispose(); CompareSplitView = null; } if (GPUPlotView != null) { GPUPlotView.Dispose(); GPUPlotView = null; } if (GPUScrollView != null) { GPUScrollView.Dispose(); GPUScrollView = null; } if (GPUStackView != null) { GPUStackView.Dispose(); GPUStackView = null; } if (InterText != null) { InterText.Dispose(); InterText = null; } if (InterTreePlotView != null) { InterTreePlotView.Dispose(); InterTreePlotView = null; } if (InterTreeSegmentController != null) { InterTreeSegmentController.Dispose(); InterTreeSegmentController = null; } if (InterTreeSplitView != null) { InterTreeSplitView.Dispose(); InterTreeSplitView = null; } if (IntervalCompareButton != null) { IntervalCompareButton.Dispose(); IntervalCompareButton = null; } if (InterView != null) { InterView.Dispose(); InterView = null; } if (PlotSplitView != null) { PlotSplitView.Dispose(); PlotSplitView = null; } if (plotView != null) { plotView.Dispose(); plotView = null; } if (StatPath != null) { StatPath.Dispose(); StatPath = null; } if (StatTableView != null) { StatTableView.Dispose(); StatTableView = null; } if (TableHeader != null) { TableHeader.Dispose(); TableHeader = null; } if (TabView != null) { TabView.Dispose(); TabView = null; } }