Exemplo n.º 1
0
		public static LColorPool _() {
			 lock (typeof(LColorPool)) {
						if (pool == null) {
							pool = new LColorPool();
						}
					}
			return pool;
		}
Exemplo n.º 2
0
 public static LColorPool _()
 {
     lock (typeof(LColorPool)) {
         if (pool == null)
         {
             pool = new LColorPool();
         }
     }
     return(pool);
 }