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