Beispiel #1
0
 public SQLiteSettings(SQLiteMainDatabase db)
 {
     _db = db;
 }
 public SQLiteProjects(SQLiteMainDatabase db)
 {
     _db = db;
 }