MonoMobile.Forms.FormDialogViewController.ViewWillAppear C# (CSharp) Méthode

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void
		public override void ViewWillAppear (bool animated)
		{
			base.ViewWillAppear (animated);
			
			string forceNavControllerToStaySeemsToBeABug = "getalinktotheTNC" + this.NavigationController;
			forceNavControllerToStaySeemsToBeABug = forceNavControllerToStaySeemsToBeABug+"removeWarning";
			Loading = _shouldbeLoading;
		}