void ReleaseDesignerOutlets() { if (AboutImage != null) { AboutImage.Dispose(); AboutImage = null; } if (AboutImageView != null) { AboutImageView.Dispose(); AboutImageView = null; } if (AboutTextView != null) { AboutTextView.Dispose(); AboutTextView = null; } if (copyright != null) { copyright.Dispose(); copyright = null; } }
void ReleaseDesignerOutlets() { if (AboutImageView != null) { AboutImageView.Dispose(); AboutImageView = null; } if (AboutTextView != null) { AboutTextView.Dispose(); AboutTextView = null; } if (AppNameLabel != null) { AppNameLabel.Dispose(); AppNameLabel = null; } if (VersionLabel != null) { VersionLabel.Dispose(); VersionLabel = null; } }
void ReleaseDesignerOutlets() { if (AboutImageView != null) { AboutImageView.Dispose(); AboutImageView = null; } if (AboutTextView != null) { AboutTextView.Dispose(); AboutTextView = null; } }