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; } }
void ReleaseDesignerOutlets() { if (DDZMapView != null) { DDZMapView.Dispose (); DDZMapView = null; } }
void ReleaseDesignerOutlets() { if (mymap != null) { mymap.Dispose(); mymap = null; } }
void ReleaseDesignerOutlets() { if (mapView != null) { mapView.Dispose(); mapView = null; } }
void ReleaseDesignerOutlets() { if (lblLocation != null) { lblLocation.Dispose (); lblLocation = null; } if (mapView != null) { mapView.Dispose (); mapView = null; } }
void ReleaseDesignerOutlets() { if (lblLocation != null) { lblLocation.Dispose(); lblLocation = null; } if (mapView != null) { mapView.Dispose(); mapView = null; } }
void ReleaseDesignerOutlets() { if (horizScrollView != null) { horizScrollView.Dispose(); horizScrollView = null; } if (mapView != null) { mapView.Dispose(); mapView = null; } }
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; } }
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; } }
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; } }
protected override void CreateHandle () { m_helper = new MonoTouch.MapKit.MKMapView(); m_view = m_helper; }