void ReleaseDesignerOutlets() { if (AvatarImageView != null) { AvatarImageView.Dispose(); AvatarImageView = null; } if (BioTextView != null) { BioTextView.Dispose(); BioTextView = null; } if (ProfileActivityTableView != null) { ProfileActivityTableView.Dispose(); ProfileActivityTableView = null; } if (UsernameLabel != null) { UsernameLabel.Dispose(); UsernameLabel = null; } }
void ReleaseDesignerOutlets() { if (AvatarImageView != null) { AvatarImageView.Dispose(); AvatarImageView = null; } if (CustomerIdTextField != null) { CustomerIdTextField.Dispose(); CustomerIdTextField = null; } if (DetailTypeSegmentedControl != null) { DetailTypeSegmentedControl.Dispose(); DetailTypeSegmentedControl = null; } if (FirstNameTextField != null) { FirstNameTextField.Dispose(); FirstNameTextField = null; } if (LastNameTextField != null) { LastNameTextField.Dispose(); LastNameTextField = null; } if (TableView != null) { TableView.Dispose(); TableView = null; } }
void ReleaseDesignerOutlets() { if (AvatarImageView != null) { AvatarImageView.Dispose(); AvatarImageView = null; } if (RankLabel != null) { RankLabel.Dispose(); RankLabel = null; } if (PlayerNameLabel != null) { PlayerNameLabel.Dispose(); PlayerNameLabel = null; } }