Exemple #1
0
 public static bool Initdb()
 {
     CloseSession();
     SQLiteSessionManager.ExportSchema();
     return(true);
 }