void ReleaseDesignerOutlets() { if (CancelButton != null) { CancelButton.Dispose(); CancelButton = null; } if (MainTableView != null) { MainTableView.Dispose(); MainTableView = null; } if (NavItem != null) { NavItem.Dispose(); NavItem = null; } if (SubmitButton != null) { SubmitButton.Dispose(); SubmitButton = null; } }
void ReleaseDesignerOutlets() { if (CancelButton != null) { CancelButton.Dispose(); CancelButton = null; } if (InstructionLabel != null) { InstructionLabel.Dispose(); InstructionLabel = null; } if (NavItem != null) { NavItem.Dispose(); NavItem = null; } if (PinLabel != null) { PinLabel.Dispose(); PinLabel = null; } if (PinTextField != null) { PinTextField.Dispose(); PinTextField = null; } }
void ReleaseDesignerOutlets() { if (CancelButton != null) { CancelButton.Dispose(); CancelButton = null; } if (FingerprintButton != null) { FingerprintButton.Dispose(); FingerprintButton = null; } if (NavItem != null) { NavItem.Dispose(); NavItem = null; } if (UseButton != null) { UseButton.Dispose(); UseButton = null; } }
void ReleaseDesignerOutlets() { if (AddBarButton != null) { AddBarButton.Dispose(); AddBarButton = null; } if (CancelBarButton != null) { CancelBarButton.Dispose(); CancelBarButton = null; } if (MainView != null) { MainView.Dispose(); MainView = null; } if (NavItem != null) { NavItem.Dispose(); NavItem = null; } if (OverlayView != null) { OverlayView.Dispose(); OverlayView = null; } if (TableView != null) { TableView.Dispose(); TableView = null; } if (AccountSwitchingBarButton != null) { AccountSwitchingBarButton.Dispose(); AccountSwitchingBarButton = null; } }
void ReleaseDesignerOutlets() { if (CancelBarButton != null) { CancelBarButton.Dispose(); CancelBarButton = null; } if (NavItem != null) { NavItem.Dispose(); NavItem = null; } if (SearchBar != null) { SearchBar.Dispose(); SearchBar = null; } }
void ReleaseDesignerOutlets() { if (BaseView != null) { BaseView.Dispose(); BaseView = null; } if (CancelBarButton != null) { CancelBarButton.Dispose(); CancelBarButton = null; } if (NavItem != null) { NavItem.Dispose(); NavItem = null; } if (OptionsContainer != null) { OptionsContainer.Dispose(); OptionsContainer = null; } if (PasswordLabel != null) { PasswordLabel.Dispose(); PasswordLabel = null; } if (SelectBarButton != null) { SelectBarButton.Dispose(); SelectBarButton = null; } }