コード例 #1
0
		void ReleaseDesignerOutlets ()
		{
			if (ImageView != null) {
				ImageView.Dispose ();
				ImageView = null;
			}
		}
コード例 #2
0
        void ReleaseDesignerOutlets()
        {
            if (Content != null)
            {
                Content.Dispose();
                Content = null;
            }

            if (Description != null)
            {
                Description.Dispose();
                Description = null;
            }

            if (Header != null)
            {
                Header.Dispose();
                Header = null;
            }

            if (SideSplashView != null)
            {
                SideSplashView.Dispose();
                SideSplashView = null;
            }
        }
コード例 #3
0
        void ReleaseDesignerOutlets()
        {
            if (TutorialText != null)
            {
                TutorialText.Dispose();
                TutorialText = null;
            }

            if (TutorialView != null)
            {
                TutorialView.Dispose();
                TutorialView = null;
            }

            if (StartCheck != null)
            {
                StartCheck.Dispose();
                StartCheck = null;
            }

            if (FinishButton != null)
            {
                FinishButton.Dispose();
                FinishButton = null;
            }
        }
コード例 #4
0
ファイル: EditWizard.designer.cs プロジェクト: emrul/CmisSync
		void ReleaseDesignerOutlets ()
		{
			if (CancelButton != null) {
				CancelButton.Dispose ();
				CancelButton = null;
			}

			if (FinishButton != null) {
				FinishButton.Dispose ();
				FinishButton = null;
			}

			if (Header != null) {
				Header.Dispose ();
				Header = null;
			}

			if (Outline != null) {
				Outline.Dispose ();
				Outline = null;
			}

			if (SideSplashView != null) {
				SideSplashView.Dispose ();
				SideSplashView = null;
			}
		}
コード例 #5
0
        void ReleaseDesignerOutlets()
        {
            if (TutorialText != null)
            {
                TutorialText.Dispose();
                TutorialText = null;
            }

            if (TutorialView != null)
            {
                TutorialView.Dispose();
                TutorialView = null;
            }

            if (SkipButton != null)
            {
                SkipButton.Dispose();
                SkipButton = null;
            }

            if (ContinueButton != null)
            {
                ContinueButton.Dispose();
                ContinueButton = null;
            }
        }
コード例 #6
0
        void ReleaseDesignerOutlets()
        {
            if (CancelButton != null)
            {
                CancelButton.Dispose();
                CancelButton = null;
            }

            if (FinishButton != null)
            {
                FinishButton.Dispose();
                FinishButton = null;
            }

            if (Header != null)
            {
                Header.Dispose();
                Header = null;
            }

            if (Outline != null)
            {
                Outline.Dispose();
                Outline = null;
            }

            if (SideSplashView != null)
            {
                SideSplashView.Dispose();
                SideSplashView = null;
            }
        }
コード例 #7
0
 void ReleaseDesignerOutlets()
 {
     if (BackgroundImage != null) {
         BackgroundImage.Dispose ();
         BackgroundImage = null;
     }
 }
コード例 #8
0
		void ReleaseDesignerOutlets ()
		{
			if (ContinueButton != null) {
				ContinueButton.Dispose ();
				ContinueButton = null;
			}

			if (TutorialText != null) {
				TutorialText.Dispose ();
				TutorialText = null;
			}

			if (TutorialView != null) {
				TutorialView.Dispose ();
				TutorialView = null;
			}
		}
		void ReleaseDesignerOutlets ()
		{
			if (buttonBoxBrowsePickTake != null) {
				buttonBoxBrowsePickTake.Dispose ();
				buttonBoxBrowsePickTake = null;
			}

			if (buttonSendUploadToUrlWebService != null) {
				buttonSendUploadToUrlWebService.Dispose ();
				buttonSendUploadToUrlWebService = null;
			}

			if (imageView != null) {
				imageView.Dispose ();
				imageView = null;
			}
		}
コード例 #10
0
		void ReleaseDesignerOutlets ()
		{
			if (Content != null) {
				Content.Dispose ();
				Content = null;
			}

			if (Description != null) {
				Description.Dispose ();
				Description = null;
			}

			if (Header != null) {
				Header.Dispose ();
				Header = null;
			}

			if (SideSplashView != null) {
				SideSplashView.Dispose ();
				SideSplashView = null;
			}
		}
コード例 #11
0
		void ReleaseDesignerOutlets ()
		{
			if (TutorialText != null) {
				TutorialText.Dispose ();
				TutorialText = null;
			}

			if (TutorialView != null) {
				TutorialView.Dispose ();
				TutorialView = null;
			}

			if (StartCheck != null) {
				StartCheck.Dispose ();
				StartCheck = null;
			}

			if (FinishButton != null) {
				FinishButton.Dispose ();
				FinishButton = null;
			}
		}
コード例 #12
0
        void ReleaseDesignerOutlets()
        {
            if (CloseButton != null)
            {
                CloseButton.Dispose();
                CloseButton = null;
            }

            if (CountryLabel != null)
            {
                CountryLabel.Dispose();
                CountryLabel = null;
            }

            if (CountryCombobox != null)
            {
                CountryCombobox.Dispose();
                CountryCombobox = null;
            }

            if (EmailLabel != null)
            {
                EmailLabel.Dispose();
                EmailLabel = null;
            }

            if (EmailTF != null)
            {
                EmailTF.Dispose();
                EmailTF = null;
            }

            if (InfoLabel != null)
            {
                InfoLabel.Dispose();
                InfoLabel = null;
            }

            if (ServiceTF != null)
            {
                ServiceTF.Dispose();
                ServiceTF = null;
            }

            if (CancelButton != null)
            {
                CancelButton.Dispose();
                CancelButton = null;
            }

            if (SendButton != null)
            {
                SendButton.Dispose();
                SendButton = null;
            }

            if (TopImageView != null)
            {
                TopImageView.Dispose();
                TopImageView = null;
            }

            if (LogoImageView != null)
            {
                LogoImageView.Dispose();
                LogoImageView = null;
            }

            if (BottonImageView != null)
            {
                BottonImageView.Dispose();
                BottonImageView = null;
            }
        }
コード例 #13
0
        void ReleaseDesignerOutlets()
        {
            if (ArrivalsTextView != null) {
                ArrivalsTextView.Dispose ();
                ArrivalsTextView = null;
            }

            if (CharacterTextField != null) {
                CharacterTextField.Dispose ();
                CharacterTextField = null;
            }

            if (CommandTextField != null) {
                CommandTextField.Dispose ();
                CommandTextField = null;
            }

            if (ConcentrationLabel != null) {
                ConcentrationLabel.Dispose ();
                ConcentrationLabel = null;
            }

            if (ExpTextView != null) {
                ExpTextView.Dispose ();
                ExpTextView = null;
            }

            if (GameTextField != null) {
                GameTextField.Dispose ();
                GameTextField = null;
            }

            if (GroupedImage != null) {
                GroupedImage.Dispose ();
                GroupedImage = null;
            }

            if (HealthImage != null) {
                HealthImage.Dispose ();
                HealthImage = null;
            }

            if (HealthLabel != null) {
                HealthLabel.Dispose ();
                HealthLabel = null;
            }

            if (HiddenImage != null) {
                HiddenImage.Dispose ();
                HiddenImage = null;
            }

            if (InvisibleImage != null) {
                InvisibleImage.Dispose ();
                InvisibleImage = null;
            }

            if (LeftHandLabel != null) {
                LeftHandLabel.Dispose ();
                LeftHandLabel = null;
            }

            if (LoginButton != null) {
                LoginButton.Dispose ();
                LoginButton = null;
            }

            if (MainScrollView != null) {
                MainScrollView.Dispose ();
                MainScrollView = null;
            }

            if (MainTextView != null) {
                MainTextView.Dispose ();
                MainTextView = null;
            }

            if (ManaLabel != null) {
                ManaLabel.Dispose ();
                ManaLabel = null;
            }

            if (PasswordTextField != null) {
                PasswordTextField.Dispose ();
                PasswordTextField = null;
            }

            if (RightHandLabel != null) {
                RightHandLabel.Dispose ();
                RightHandLabel = null;
            }

            if (RoomTextView != null) {
                RoomTextView.Dispose ();
                RoomTextView = null;
            }

            if (RoundtimeLabel != null) {
                RoundtimeLabel.Dispose ();
                RoundtimeLabel = null;
            }

            if (RTLabel != null) {
                RTLabel.Dispose ();
                RTLabel = null;
            }

            if (SpellLabel != null) {
                SpellLabel.Dispose ();
                SpellLabel = null;
            }

            if (SpiritLabel != null) {
                SpiritLabel.Dispose ();
                SpiritLabel = null;
            }

            if (StaminaLabel != null) {
                StaminaLabel.Dispose ();
                StaminaLabel = null;
            }

            if (StandingImage != null) {
                StandingImage.Dispose ();
                StandingImage = null;
            }

            if (SubmitButton != null) {
                SubmitButton.Dispose ();
                SubmitButton = null;
            }

            if (UsernameTextField != null) {
                UsernameTextField.Dispose ();
                UsernameTextField = null;
            }

            if (WebbedImage != null) {
                WebbedImage.Dispose ();
                WebbedImage = null;
            }

            if (ThoughtsTextView != null) {
                ThoughtsTextView.Dispose ();
                ThoughtsTextView = null;
            }

            if (DeathsTextView != null) {
                DeathsTextView.Dispose ();
                DeathsTextView = null;
            }
        }