void ReleaseDesignerOutlets() { if (AmountToConvertTF != null) { AmountToConvertTF.Dispose(); AmountToConvertTF = null; } if (ClosePickerButton != null) { ClosePickerButton.Dispose(); ClosePickerButton = null; } if (ConvertedAmountLabel != null) { ConvertedAmountLabel.Dispose(); ConvertedAmountLabel = null; } if (CurrencyPicker != null) { CurrencyPicker.Dispose(); CurrencyPicker = null; } if (FromLabel != null) { FromLabel.Dispose(); FromLabel = null; } if (OverlayView != null) { OverlayView.Dispose(); OverlayView = null; } if (ToLabel != null) { ToLabel.Dispose(); ToLabel = 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 (OverlayView != null) { OverlayView.Dispose(); OverlayView = null; } if (BadgeView != null) { BadgeView.Dispose(); BadgeView = null; } if (BadgeLabel != null) { BadgeLabel.Dispose(); BadgeLabel = null; } if (AmountLabel != null) { AmountLabel.Dispose(); AmountLabel = null; } if (ItemImageView != null) { ItemImageView.Dispose(); ItemImageView = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } if (TotalPriceLabel != null) { TotalPriceLabel.Dispose(); TotalPriceLabel = null; } }
void ReleaseDesignerOutlets() { if (BackgroundView != null) { BackgroundView.Dispose(); BackgroundView = null; } if (OverlayView != null) { OverlayView.Dispose(); OverlayView = null; } if (ScoreLabel != null) { ScoreLabel.Dispose(); ScoreLabel = null; } }
private void MenuForm_FormClosed(object sender, EventArgs e) { OverlayView.Dispose(); Dispose(); Environment.Exit(0); }
void ReleaseDesignerOutlets() { if (ControlsOverlay != null) { ControlsOverlay.Dispose(); ControlsOverlay = null; } if (FinishRoundButton != null) { FinishRoundButton.Dispose(); FinishRoundButton = null; } if (HintLabel != null) { HintLabel.Dispose(); HintLabel = null; } if (OverlayView != null) { OverlayView.Dispose(); OverlayView = null; } if (PlayerOnePlayerNameLabel != null) { PlayerOnePlayerNameLabel.Dispose(); PlayerOnePlayerNameLabel = null; } if (PlayerOneProfilePictureImage != null) { PlayerOneProfilePictureImage.Dispose(); PlayerOneProfilePictureImage = null; } if (PlayerOneTimeElapsed != null) { PlayerOneTimeElapsed.Dispose(); PlayerOneTimeElapsed = null; } if (PlayerOneViewContainer != null) { PlayerOneViewContainer.Dispose(); PlayerOneViewContainer = null; } if (PlayerTwoPlayerNameLabel != null) { PlayerTwoPlayerNameLabel.Dispose(); PlayerTwoPlayerNameLabel = null; } if (PlayerTwoProfilePictureImage != null) { PlayerTwoProfilePictureImage.Dispose(); PlayerTwoProfilePictureImage = null; } if (PlayerTwoTimeElapsed != null) { PlayerTwoTimeElapsed.Dispose(); PlayerTwoTimeElapsed = null; } if (PlayerTwoViewContainer != null) { PlayerTwoViewContainer.Dispose(); PlayerTwoViewContainer = null; } }
void ReleaseDesignerOutlets() { if (JoinContainerView != null) { JoinContainerView.Dispose(); JoinContainerView = null; } if (ChatView != null) { ChatView.Dispose(); ChatView = null; } if (OverlayView != null) { OverlayView.Dispose(); OverlayView = null; } if (JoinButton != null) { JoinButton.Dispose(); JoinButton = null; } if (RoomTextField != null) { RoomTextField.Dispose(); RoomTextField = null; } if (AudioButton != null) { AudioButton.Dispose(); AudioButton = null; } if (ButtonContainerView != null) { ButtonContainerView.Dispose(); ButtonContainerView = null; } if (ButtonContainerViewLeftConstraint != null) { ButtonContainerViewLeftConstraint.Dispose(); ButtonContainerViewLeftConstraint = null; } if (FooterView != null) { FooterView.Dispose(); FooterView = null; } if (FooterViewBottomConstraint != null) { FooterViewBottomConstraint.Dispose(); FooterViewBottomConstraint = null; } if (HangupButton != null) { HangupButton.Dispose(); HangupButton = null; } if (LocalView != null) { LocalView.Dispose(); LocalView = null; } if (LocalViewBottomConstraint != null) { LocalViewBottomConstraint.Dispose(); LocalViewBottomConstraint = null; } if (LocalViewHeightConstraint != null) { LocalViewHeightConstraint.Dispose(); LocalViewHeightConstraint = null; } if (LocalViewRightConstraint != null) { LocalViewRightConstraint.Dispose(); LocalViewRightConstraint = null; } if (LocalViewWidthConstraint != null) { LocalViewWidthConstraint.Dispose(); LocalViewWidthConstraint = null; } if (RemoteView != null) { RemoteView.Dispose(); RemoteView = null; } if (RemoteViewBottomConstraint != null) { RemoteViewBottomConstraint.Dispose(); RemoteViewBottomConstraint = null; } if (RemoteViewLeftConstraint != null) { RemoteViewLeftConstraint.Dispose(); RemoteViewLeftConstraint = null; } if (RemoteViewRightConstraint != null) { RemoteViewRightConstraint.Dispose(); RemoteViewRightConstraint = null; } if (RemoteViewTopConstraint != null) { RemoteViewTopConstraint.Dispose(); RemoteViewTopConstraint = null; } if (UrlLabel != null) { UrlLabel.Dispose(); UrlLabel = null; } if (VideoButton != null) { VideoButton.Dispose(); VideoButton = null; } }