Ejemplo n.º 1
0
Archivo: UtilDac.cs Proyecto: ue96/ue96
 public static UtilDac GetInstance()
 {
     if (_instance == null)
     {
         _instance = new UtilDac();
     }
     return _instance;
 }
Ejemplo n.º 2
0
 public static UtilDac GetInstance()
 {
     if (_instance == null)
     {
         _instance = new UtilDac();
     }
     return(_instance);
 }