void ReleaseDesignerOutlets()
 {
     if (ClearButton != null)
     {
         ClearButton.Dispose();
         ClearButton = null;
     }
     if (FindCarButton != null)
     {
         FindCarButton.Dispose();
         FindCarButton = null;
     }
     if (lblTimer != null)
     {
         lblTimer.Dispose();
         lblTimer = null;
     }
     if (ParkCarButton != null)
     {
         ParkCarButton.Dispose();
         ParkCarButton = null;
     }
     if (ParkingMap != null)
     {
         ParkingMap.Dispose();
         ParkingMap = null;
     }
 }
		void ReleaseDesignerOutlets ()
		{
			if (mapView != null) {
				mapView.Dispose ();
				mapView = null;
			}
		}
 void ReleaseDesignerOutlets()
 {
     if (map != null) {
         map.Dispose ();
         map = null;
     }
 }
コード例 #4
0
 void ReleaseDesignerOutlets()
 {
     if (DDZMapView != null) {
         DDZMapView.Dispose ();
         DDZMapView = null;
     }
 }
コード例 #5
0
 void ReleaseDesignerOutlets()
 {
     if (mymap != null)
     {
         mymap.Dispose();
         mymap = null;
     }
 }
コード例 #6
0
 void ReleaseDesignerOutlets()
 {
     if (mapView != null)
     {
         mapView.Dispose();
         mapView = null;
     }
 }
コード例 #7
0
 void ReleaseDesignerOutlets()
 {
     if (lblLocation != null) {
         lblLocation.Dispose ();
         lblLocation = null;
     }
     if (mapView != null) {
         mapView.Dispose ();
         mapView = null;
     }
 }
コード例 #8
0
 void ReleaseDesignerOutlets()
 {
     if (lblLocation != null)
     {
         lblLocation.Dispose();
         lblLocation = null;
     }
     if (mapView != null)
     {
         mapView.Dispose();
         mapView = null;
     }
 }
コード例 #9
0
        void ReleaseDesignerOutlets()
        {
            if (horizScrollView != null)
            {
                horizScrollView.Dispose();
                horizScrollView = null;
            }

            if (mapView != null)
            {
                mapView.Dispose();
                mapView = null;
            }
        }
コード例 #10
0
        void ReleaseDesignerOutlets()
        {
            if (checkinTable != null) {
                checkinTable.Dispose ();
                checkinTable = null;
            }

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

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

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

            if (worldView != null) {
                worldView.Dispose ();
                worldView = null;
            }
        }
コード例 #12
0
 void ReleaseDesignerOutlets()
 {
     if (btnHybrid != null)
     {
         btnHybrid.Dispose();
         btnHybrid = null;
     }
     if (btnSatellite != null)
     {
         btnSatellite.Dispose();
         btnSatellite = null;
     }
     if (btnStandard != null)
     {
         btnStandard.Dispose();
         btnStandard = null;
     }
     if (map != null)
     {
         map.Dispose();
         map = null;
     }
 }
コード例 #13
0
        void ReleaseDesignerOutlets()
        {
            if (buttonCallParking != null) {
                buttonCallParking.Dispose ();
                buttonCallParking = null;
            }

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

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

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

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

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

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

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

            if (mapView != null) {
                mapView.Dispose ();
                mapView = null;
            }
        }
コード例 #14
0
ファイル: UIKit.g.cs プロジェクト: Clancey/XamlForIphone
		protected override void CreateHandle ()
		{
			m_helper = new MonoTouch.MapKit.MKMapView();
			m_view = m_helper;
		}