MonoMobile.Forms.FormDialogViewController.ViewWillAppear C# (CSharp) 메소드

ViewWillAppear() 공개 메소드

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