HttpClient.ViewController.ReleaseDesignerOutlets C# (CSharp) Méthode

ReleaseDesignerOutlets() private méthode

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

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

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