Пример #1
0
 public static SQLiteUtilc GetIntances()
 {
     if (_instance == null)
     {
         _instance = new SQLiteUtilc();
     }
     return(_instance);
 }