public static GeoBiz GetInstant() { if (Instant == null) { lock (lockHelper) { if (Instant == null) { Instant = new GeoBiz(); } } } return(Instant); }
public static GeoBiz GetInstant() { if (Instant == null) { lock (lockHelper) { if (Instant == null) { Instant = new GeoBiz(); } } } return Instant; }