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 (InstructionLabel != null) { InstructionLabel.Dispose(); InstructionLabel = null; } if (UploadAllButton != null) { UploadAllButton.Dispose(); UploadAllButton = null; } }
void ReleaseDesignerOutlets() { if (InstructionLabel != null) { InstructionLabel.Dispose(); InstructionLabel = null; } if (NumberText != null) { NumberText.Dispose(); NumberText = null; } if (ResultLabel != null) { ResultLabel.Dispose(); ResultLabel = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } if (ToNumeralButton != null) { ToNumeralButton.Dispose(); ToNumeralButton = null; } if (ToRomanButton != null) { ToRomanButton.Dispose(); ToRomanButton = null; } }
void ReleaseDesignerOutlets() { if (ActivityIndicatorView != null) { ActivityIndicatorView.Dispose(); ActivityIndicatorView = null; } if (BottomConstraint != null) { BottomConstraint.Dispose(); BottomConstraint = null; } if (EmailLabel != null) { EmailLabel.Dispose(); EmailLabel = null; } if (ErrorLabel != null) { ErrorLabel.Dispose(); ErrorLabel = null; } if (ErrorView != null) { ErrorView.Dispose(); ErrorView = null; } if (PasswordTextField != null) { PasswordTextField.Dispose(); PasswordTextField = null; } if (ShowPasswordButton != null) { ShowPasswordButton.Dispose(); ShowPasswordButton = null; } if (SignOutButton != null) { SignOutButton.Dispose(); SignOutButton = null; } if (InstructionLabel != null) { InstructionLabel.Dispose(); InstructionLabel = null; } if (ResetSuccessLabel != null) { ResetSuccessLabel.Dispose(); ResetSuccessLabel = null; } }