コード例 #1
0
 public TrainingsDatabase()
 {
     db      = new DatabaseManager(dbName);
     command = new SQLiteCommand();
 }
コード例 #2
0
 public LoginDatabase()
 {
     db      = new DatabaseManager(dbName);
     command = new SQLiteCommand();
 }