void ReleaseDesignerOutlets() { if (HeadImage != null) { HeadImage.Dispose(); HeadImage = null; } if (EmailLabel != null) { EmailLabel.Dispose(); EmailLabel = null; } if (EmailText != null) { EmailText.Dispose(); EmailText = null; } if (InputLayout != null) { InputLayout.Dispose(); InputLayout = null; } }
void ReleaseDesignerOutlets() { if (HeadImage != null) { HeadImage.Dispose(); HeadImage = null; } if (InputLayout != null) { InputLayout.Dispose(); InputLayout = null; } if (PasswordLabel != null) { PasswordLabel.Dispose(); PasswordLabel = null; } if (PasswordText != null) { PasswordText.Dispose(); PasswordText = null; } }
void ReleaseDesignerOutlets() { if (HeadImage != null) { HeadImage.Dispose(); HeadImage = null; } if (GoToLoginButton != null) { GoToLoginButton.Dispose(); GoToLoginButton = null; } if (WelcomeLabel != null) { WelcomeLabel.Dispose(); WelcomeLabel = null; } }