MonoMobile.Forms.FormDialogViewController.ViewWillAppear C# (CSharp) Method

ViewWillAppear() public method

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