void ReleaseDesignerOutlets ()
		{
			if (MapView != null) {
				MapView.Dispose ();
				MapView = null;
			}
		}
Beispiel #2
0
 void ReleaseDesignerOutlets()
 {
     if (MapView != null)
     {
         MapView.Dispose();
         MapView = null;
     }
 }