예제 #1
0
 // Install database
 public int InstallDatabase()
 {
     DBManager db = new DBManager();
     return db.InstallDatabase();
 }