Esempio n. 1
0
 public static D160XWrapper Intance()
 {
     if (instance == null)
     {
         lock (syncObj)
         {
             if (instance == null)
             {
                 instance = new D160XWrapper();
             }
         }
     }
     return(instance);
 }
Esempio n. 2
0
 public static D160XWrapper Intance()
 {
     if (instance == null)
     {
         lock (syncObj)
         {
             if (instance == null)
             {
                 instance = new D160XWrapper();
             }
         }
     }
     return instance;
 }