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