void ReleaseDesignerOutlets ()
		{
			if (MainOutlineView != null) {
				MainOutlineView.Dispose ();
				MainOutlineView = null;
			}
		}
		void ReleaseDesignerOutlets ()
		{
			if (ProductOutline != null) {
				ProductOutline.Dispose ();
				ProductOutline = null;
			}
		}
        void ReleaseDesignerOutlets()
        {
            if (DetailView != null)
            {
                DetailView.Dispose();
                DetailView = null;
            }

            if (TreeView != null)
            {
                TreeView.Dispose();
                TreeView = null;
            }

            if (ProgressIndicator != null)
            {
                ProgressIndicator.Dispose();
                ProgressIndicator = null;
            }

            if (RefreshTextField != null)
            {
                RefreshTextField.Dispose();
                RefreshTextField = null;
            }

            if (PnlSplitView != null)
            {
                PnlSplitView.Dispose();
                PnlSplitView = null;
            }
        }
Esempio n. 4
0
        void ReleaseDesignerOutlets()
        {
            if (FilterComboBox != null)
            {
                FilterComboBox.Dispose();
                FilterComboBox = null;
            }

            if (NoResultLabel != null)
            {
                NoResultLabel.Dispose();
                NoResultLabel = null;
            }

            if (ResultLabel != null)
            {
                ResultLabel.Dispose();
                ResultLabel = null;
            }

            if (SearchOutlineView != null)
            {
                SearchOutlineView.Dispose();
                SearchOutlineView = null;
            }
        }
 void ReleaseDesignerOutlets()
 {
     if (_outletView != null)
     {
         _outletView.Dispose();
         _outletView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (sidebarView != null)
     {
         sidebarView.Dispose();
         sidebarView = null;
     }
 }
Esempio n. 7
0
 void ReleaseDesignerOutlets()
 {
     if (treeView != null)
     {
         treeView.Dispose();
         treeView = null;
     }
 }
Esempio n. 8
0
 void ReleaseDesignerOutlets()
 {
     if (ovGroups != null)
     {
         ovGroups.Dispose();
         ovGroups = null;
     }
 }
Esempio n. 9
0
 void ReleaseDesignerOutlets()
 {
     if (ProductOutline != null)
     {
         ProductOutline.Dispose();
         ProductOutline = null;
     }
 }
Esempio n. 10
0
 void ReleaseDesignerOutlets()
 {
     if (tblT != null)
     {
         tblT.Dispose();
         tblT = null;
     }
 }
Esempio n. 11
0
 void ReleaseDesignerOutlets()
 {
     if (MainOutlineView != null)
     {
         MainOutlineView.Dispose();
         MainOutlineView = null;
     }
 }
        void ReleaseDesignerOutlets()
        {
            if (currentTimeLabel != null)
            {
                currentTimeLabel.Dispose();
                currentTimeLabel = null;
            }

            if (historyItemDecorationColumn != null)
            {
                historyItemDecorationColumn.Dispose();
                historyItemDecorationColumn = null;
            }

            if (historyItemTextColumn != null)
            {
                historyItemTextColumn.Dispose();
                historyItemTextColumn = null;
            }

            if (historyItemTimeColumn != null)
            {
                historyItemTimeColumn.Dispose();
                historyItemTimeColumn = null;
            }

            if (propertiesView != null)
            {
                propertiesView.Dispose();
                propertiesView = null;
            }

            if (propKeyColumn != null)
            {
                propKeyColumn.Dispose();
                propKeyColumn = null;
            }

            if (propValueColumn != null)
            {
                propValueColumn.Dispose();
                propValueColumn = null;
            }

            if (stateHistoryView != null)
            {
                stateHistoryView.Dispose();
                stateHistoryView = null;
            }

            if (treeView != null)
            {
                treeView.Dispose();
                treeView = null;
            }
        }
Esempio n. 13
0
        void ReleaseDesignerOutlets()
        {
            if (outlineView != null)
            {
                outlineView.Dispose();
                outlineView = null;
            }

            if (syntaxOutlineView != null)
            {
                syntaxOutlineView.Dispose();
                syntaxOutlineView = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (Status != null)
            {
                Status.Dispose();
                Status = null;
            }

            if (ResultArea != null)
            {
                ResultArea.Dispose();
                ResultArea = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (sourcesOutline != null)
            {
                sourcesOutline.Dispose();
                sourcesOutline = null;
            }

            if (detailsTable != null)
            {
                detailsTable.Dispose();
                detailsTable = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (dbNavOutlineView != null)
            {
                dbNavOutlineView.Dispose();
                dbNavOutlineView = null;
            }

            if (dbNavMenu != null)
            {
                dbNavMenu.Dispose();
                dbNavMenu = null;
            }
        }
Esempio n. 17
0
        void ReleaseDesignerOutlets()
        {
            if (containerView != null)
            {
                containerView.Dispose();
                containerView = null;
            }

            if (ovEnvironments != null)
            {
                ovEnvironments.Dispose();
                ovEnvironments = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (ProductOutline != null) {
				ProductOutline.Dispose ();
				ProductOutline = null;
			}

			if (ProductColumn != null) {
				ProductColumn.Dispose ();
				ProductColumn = null;
			}

			if (DetailsColumn != null) {
				DetailsColumn.Dispose ();
				DetailsColumn = null;
			}
		}
Esempio n. 19
0
        void ReleaseDesignerOutlets()
        {
            if (Repeat != null)
            {
                Repeat.Dispose();
                Repeat = null;
            }

            if (ServerStatusMessage != null)
            {
                ServerStatusMessage.Dispose();
                ServerStatusMessage = null;
            }

            if (SplitView != null)
            {
                SplitView.Dispose();
                SplitView = null;
            }

            if (TestResultController != null)
            {
                TestResultController.Dispose();
                TestResultController = null;
            }

            if (TestResultDetails != null)
            {
                TestResultDetails.Dispose();
                TestResultDetails = null;
            }

            if (TestResultList != null)
            {
                TestResultList.Dispose();
                TestResultList = null;
            }

            if (TestResultView != null)
            {
                TestResultView.Dispose();
                TestResultView = null;
            }
        }
Esempio n. 20
0
        void ReleaseDesignerOutlets()
        {
            if (DetailsColumn != null)
            {
                DetailsColumn.Dispose();
                DetailsColumn = null;
            }

            if (ProductColumn != null)
            {
                ProductColumn.Dispose();
                ProductColumn = null;
            }

            if (ProductOutline != null)
            {
                ProductOutline.Dispose();
                ProductOutline = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (list != null)
            {
                list.Dispose();
                list = null;
            }

            if (displayNameColumn != null)
            {
                displayNameColumn.Dispose();
                displayNameColumn = null;
            }

            if (linkColumn != null)
            {
                linkColumn.Dispose();
                linkColumn = null;
            }
        }
Esempio n. 22
0
 partial void SelectionChanged(AppKit.NSOutlineView sender);