void ReleaseDesignerOutlets()
        {
            if (TotalCoins != null)
            {
                TotalCoins.Dispose();
                TotalCoins = null;
            }

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

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

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

            if (ViewTouched != null)
            {
                ViewTouched.Dispose();
                ViewTouched = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (TotalCoins != null) {
				TotalCoins.Dispose ();
				TotalCoins = null;
			}

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

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

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

			if (ViewTouched != null) {
				ViewTouched.Dispose ();
				ViewTouched = null;
			}
		}
Exemple #3
0
        public static void OnMapDoubleTapped(UIKit.UITapGestureRecognizer recognizer)
        {
            var handler = MapDoubleTapped;

            if (handler != null)
            {
                handler(recognizer);
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (AddButton != null)
            {
                AddButton.Dispose();
                AddButton = null;
            }

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

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

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

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

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

            if (AddDescription != null)
            {
                AddDescription.Dispose();
                AddDescription = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (AddButton != null) {
				AddButton.Dispose ();
				AddButton = null;
			}

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

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

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

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

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

			if (AddDescription != null) {
				AddDescription.Dispose ();
				AddDescription = null;
			}
		}
 partial void DidTap(UIKit.UITapGestureRecognizer gesture);
Exemple #7
0
 partial void handleSceneTap(UIKit.UITapGestureRecognizer sender);
        void ReleaseDesignerOutlets()
        {
            if (blurView != null)
            {
                blurView.Dispose();
                blurView = null;
            }

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

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

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

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

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

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

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

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

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

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

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

            if (toggleInstructionsButton != null)
            {
                toggleInstructionsButton.Dispose();
                toggleInstructionsButton = null;
            }
        }
 partial void didTap(UIKit.UITapGestureRecognizer sender);
 partial void Update(UIKit.UITapGestureRecognizer sender);
 partial void SelectImageFromPhotoLibrary(UIKit.UITapGestureRecognizer sender);
 partial void Click(UIKit.UITapGestureRecognizer sender);
Exemple #13
0
 partial void HandleTapGesture(UIKit.UITapGestureRecognizer sender);
 partial void placeLabelInLocationWithSender(UIKit.UITapGestureRecognizer sender);
Exemple #15
0
 partial void MenuDismissed(UIKit.UITapGestureRecognizer sender);