Example #1
0
File: UtilDac.cs Project: ue96/ue96
 public static UtilDac GetInstance()
 {
     if (_instance == null)
     {
         _instance = new UtilDac();
     }
     return _instance;
 }
Example #2
0
 public static UtilDac GetInstance()
 {
     if (_instance == null)
     {
         _instance = new UtilDac();
     }
     return(_instance);
 }