void ReleaseDesignerOutlets() { if (ChatHistory != null) { ChatHistory.Dispose(); ChatHistory = null; } if (ChatInput != null) { ChatInput.Dispose(); ChatInput = null; } if (ContainerTopConstraint != null) { ContainerTopConstraint.Dispose(); ContainerTopConstraint = null; } if (InterfaceContainer != null) { InterfaceContainer.Dispose(); InterfaceContainer = null; } if (ContainerBottomConstraint != null) { ContainerBottomConstraint.Dispose(); ContainerBottomConstraint = null; } }
void ReleaseDesignerOutlets() { if (BankIdMobilTopConstraint != null) { BankIdMobilTopConstraint.Dispose(); BankIdMobilTopConstraint = null; } if (BankIdTopConstraint != null) { BankIdTopConstraint.Dispose(); BankIdTopConstraint = null; } if (CancelButton != null) { CancelButton.Dispose(); CancelButton = null; } if (ContainerBottomConstraint != null) { ContainerBottomConstraint.Dispose(); ContainerBottomConstraint = null; } if (ContainerTopConstraint != null) { ContainerTopConstraint.Dispose(); ContainerTopConstraint = null; } if (TitleTopConstraint != null) { TitleTopConstraint.Dispose(); TitleTopConstraint = null; } }
void ReleaseDesignerOutlets() { if (CancelButton != null) { CancelButton.Dispose(); CancelButton = null; } if (ContainerBottomConstraint != null) { ContainerBottomConstraint.Dispose(); ContainerBottomConstraint = null; } if (ContainerTopConstraint != null) { ContainerTopConstraint.Dispose(); ContainerTopConstraint = null; } if (PINButton != null) { PINButton.Dispose(); PINButton = null; } if (PINHeightConstraint != null) { PINHeightConstraint.Dispose(); PINHeightConstraint = null; } if (PINWidthConstraint != null) { PINWidthConstraint.Dispose(); PINWidthConstraint = null; } if (TitleTopConstraint != null) { TitleTopConstraint.Dispose(); TitleTopConstraint = null; } if (TouchID != null) { TouchID.Dispose(); TouchID = null; } if (TouchIDBottomConstraint != null) { TouchIDBottomConstraint.Dispose(); TouchIDBottomConstraint = null; } if (TouchIDButtonHeight != null) { TouchIDButtonHeight.Dispose(); TouchIDButtonHeight = null; } if (TouchIdButtonWidthConstraint != null) { TouchIdButtonWidthConstraint.Dispose(); TouchIdButtonWidthConstraint = null; } }