Exemplo n.º 1
0
 public static GeoBiz GetInstant()
 {
     if (Instant == null)
     {
         lock (lockHelper)
         {
             if (Instant == null)
             {
                 Instant = new GeoBiz();
             }
         }
     }
     return(Instant);
 }
Exemplo n.º 2
0
        public static GeoBiz GetInstant()
        {
            if (Instant == null)
            {
                lock (lockHelper)
                {
                    if (Instant == null)
                    {
                        Instant = new GeoBiz();
                    }
                }

            }
            return Instant;
        }