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

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

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

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

            if (searchField != null) {
                searchField.Dispose ();
                searchField = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (HostIcon != null)
            {
                HostIcon.Dispose();
                HostIcon = null;
            }

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

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

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

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

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

            if (WirelessInterfaceToggleButton != null)
            {
                WirelessInterfaceToggleButton.Dispose();
                WirelessInterfaceToggleButton = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (viewSelector != null) {
                viewSelector.Dispose ();
                viewSelector = null;
            }

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

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

            if (resetButton != null) {
                resetButton.Dispose ();
                resetButton = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (HostIcon != null) {
				HostIcon.Dispose ();
				HostIcon = null;
			}

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

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

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

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

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

			if (WirelessInterfaceToggleButton != null) {
				WirelessInterfaceToggleButton.Dispose ();
				WirelessInterfaceToggleButton = null;
			}
		}
Exemple #5
0
 partial void powerStateChanged(MonoMac.AppKit.NSSegmentedControl sender);
Exemple #6
0
 partial void AddNewAddress(MonoMac.AppKit.NSSegmentedControl sender);
        void ReleaseDesignerOutlets()
        {
            if (mainWindow != null) {
                mainWindow.Dispose ();
                mainWindow = null;
            }

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

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

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

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

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

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

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

            if (splitView != null) {
                splitView.Dispose ();
                splitView = null;
            }
        }
 partial void BackForwardAction(MonoMac.AppKit.NSSegmentedControl sender);