Ejemplo n.º 1
0
 public static GeoUtils GetInstance()
 {
     if (singleton == null) {
         singleton = new GeoUtils ();
     }
     return singleton;
 }