示例#1
0
 public static D160XWrapper Intance()
 {
     if (instance == null)
     {
         lock (syncObj)
         {
             if (instance == null)
             {
                 instance = new D160XWrapper();
             }
         }
     }
     return(instance);
 }
示例#2
0
 public static D160XWrapper Intance()
 {
     if (instance == null)
     {
         lock (syncObj)
         {
             if (instance == null)
             {
                 instance = new D160XWrapper();
             }
         }
     }
     return instance;
 }