CmisSync.SetupSubRepoSelectController.ReleaseDesignerOutlets C# (CSharp) Méthode

ReleaseDesignerOutlets() private méthode

private ReleaseDesignerOutlets ( ) : void
Résultat void
		void ReleaseDesignerOutlets ()
		{
			if (BackButton != null) {
				BackButton.Dispose ();
				BackButton = null;
			}

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

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

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