void ReleaseDesignerOutlets() { if (AccountNumberLabel != null) { AccountNumberLabel.Dispose(); AccountNumberLabel = null; } if (LoggedInEmailLabel != null) { LoggedInEmailLabel.Dispose(); LoggedInEmailLabel = null; } if (RevealButton != null) { RevealButton.Dispose(); RevealButton = null; } if (VersionNumberLabel != null) { VersionNumberLabel.Dispose(); VersionNumberLabel = null; } }
void ReleaseDesignerOutlets() { if (BalanceLabel != null) { BalanceLabel.Dispose(); BalanceLabel = null; } if (RevealButton != null) { RevealButton.Dispose(); RevealButton = null; } if (TransactionsTableView != null) { TransactionsTableView.Dispose(); TransactionsTableView = null; } }