void ReleaseDesignerOutlets () { if (FormatItem != null) { FormatItem.Dispose (); FormatItem = null; } if (FormatSegment != null) { FormatSegment.Dispose (); FormatSegment = null; } }
void ReleaseDesignerOutlets() { if (FormatItem != null) { FormatItem.Dispose(); FormatItem = null; } if (FormatSegment != null) { FormatSegment.Dispose(); FormatSegment = 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 (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 (highlightingManagementPlaceholder != null) { highlightingManagementPlaceholder.Dispose(); highlightingManagementPlaceholder = null; } if (bookmarksManagementViewPlaceholder != null) { bookmarksManagementViewPlaceholder.Dispose(); bookmarksManagementViewPlaceholder = null; } if (loadedMessagesPlaceholder != null) { loadedMessagesPlaceholder.Dispose(); loadedMessagesPlaceholder = null; } if (mainToolbar != null) { mainToolbar.Dispose(); mainToolbar = null; } if (pendingUpdateNotificationButton != null) { pendingUpdateNotificationButton.Dispose(); pendingUpdateNotificationButton = null; } if (rootView != null) { rootView.Dispose(); rootView = null; } if (searchPanelViewPlaceholder != null) { searchPanelViewPlaceholder.Dispose(); searchPanelViewPlaceholder = null; } if (searchResultsPlaceholder != null) { searchResultsPlaceholder.Dispose(); searchResultsPlaceholder = null; } if (searchResultsSplitter != null) { searchResultsSplitter.Dispose(); searchResultsSplitter = null; } if (shareToolbarItem != null) { shareToolbarItem.Dispose(); shareToolbarItem = null; } if (sourcesManagementViewPlaceholder != null) { sourcesManagementViewPlaceholder.Dispose(); sourcesManagementViewPlaceholder = null; } if (statusPopupPlaceholder != null) { statusPopupPlaceholder.Dispose(); statusPopupPlaceholder = null; } if (stopLongOpButton != null) { stopLongOpButton.Dispose(); stopLongOpButton = null; } if (stopLongOperationButton != null) { stopLongOperationButton.Dispose(); stopLongOperationButton = null; } if (tabView != null) { tabView.Dispose(); tabView = null; } if (timelinePanelPlaceholder != null) { timelinePanelPlaceholder.Dispose(); timelinePanelPlaceholder = null; } if (timelineSplitter != null) { timelineSplitter.Dispose(); timelineSplitter = null; } if (toolbarTabsSelector != null) { toolbarTabsSelector.Dispose(); toolbarTabsSelector = null; } }
partial void SelectScene(AppKit.NSSegmentedControl sender);
partial void ToggleSidebar(AppKit.NSSegmentedControl sender);
partial void powerStateChanged(AppKit.NSSegmentedControl sender);