void ReleaseDesignerOutlets() { if (Forgetpw != null) { Forgetpw.Dispose(); Forgetpw = null; } if (LoginButton != null) { LoginButton.Dispose(); LoginButton = null; } if (PasswordTextView != null) { PasswordTextView.Dispose(); PasswordTextView = null; } if (SignUpButton != null) { SignUpButton.Dispose(); SignUpButton = null; } if (UserNameTextView != null) { UserNameTextView.Dispose(); UserNameTextView = null; } }
void ReleaseDesignerOutlets() { if (BtnLogin != null) { BtnLogin.Dispose(); BtnLogin = null; } if (PasswordTextView != null) { PasswordTextView.Dispose(); PasswordTextView = null; } if (SignUpButton != null) { SignUpButton.Dispose(); SignUpButton = null; } if (UserNameTextView != null) { UserNameTextView.Dispose(); UserNameTextView = null; } }
void ReleaseDesignerOutlets() { if (PasswordTextView != null) { PasswordTextView.Dispose(); PasswordTextView = null; } if (UserNameTextView != null) { UserNameTextView.Dispose(); UserNameTextView = null; } }
void ReleaseDesignerOutlets() { if (AppNameLabel != null) { AppNameLabel.Dispose(); AppNameLabel = null; } if (DataTokenTextView != null) { DataTokenTextView.Dispose(); DataTokenTextView = null; } if (InfoButton != null) { InfoButton.Dispose(); InfoButton = null; } if (LoginButton != null) { LoginButton.Dispose(); LoginButton = null; } if (PasswordTextView != null) { PasswordTextView.Dispose(); PasswordTextView = null; } if (UserIDTextView != null) { UserIDTextView.Dispose(); UserIDTextView = null; } }
void ReleaseDesignerOutlets() { if (AreYouPilotLabel != null) { AreYouPilotLabel.Dispose(); AreYouPilotLabel = null; } if (AreYouPilotTextField != null) { AreYouPilotTextField.Dispose(); AreYouPilotTextField = null; } if (ClassificationTextField != null) { ClassificationTextField.Dispose(); ClassificationTextField = null; } if (CompanyTextView != null) { CompanyTextView.Dispose(); CompanyTextView = null; } if (FirstNameTextView != null) { FirstNameTextView.Dispose(); FirstNameTextView = null; } if (HomeAirportTextView != null) { HomeAirportTextView.Dispose(); HomeAirportTextView = null; } if (LastNameTextView != null) { LastNameTextView.Dispose(); LastNameTextView = null; } if (LocationLabel != null) { LocationLabel.Dispose(); LocationLabel = null; } if (ManufacturerTextField != null) { ManufacturerTextField.Dispose(); ManufacturerTextField = null; } if (MobilePhoneTextView != null) { MobilePhoneTextView.Dispose(); MobilePhoneTextView = null; } if (ModelTextField != null) { ModelTextField.Dispose(); ModelTextField = null; } if (PasswordTextView != null) { PasswordTextView.Dispose(); PasswordTextView = null; } if (PilotRatingTextField != null) { PilotRatingTextField.Dispose(); PilotRatingTextField = null; } if (PilotTypeTextField != null) { PilotTypeTextField.Dispose(); PilotTypeTextField = null; } if (ReEnterPasswordTextView != null) { ReEnterPasswordTextView.Dispose(); ReEnterPasswordTextView = null; } if (ReEnterUsernameTextView != null) { ReEnterUsernameTextView.Dispose(); ReEnterUsernameTextView = null; } if (UsernameTextView != null) { UsernameTextView.Dispose(); UsernameTextView = null; } }