mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Help text and main method framework
This commit is contained in:
@@ -27,7 +27,7 @@ namespace SabreTools
|
||||
private static string _datroot = "DATS";
|
||||
private static string _outroot = "Output";
|
||||
private static string _dbSchema = "dats";
|
||||
private static string _dbName = "dats.sqlite";
|
||||
private static string _dbName = "dats.sqlite";
|
||||
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
||||
|
||||
private static Logger _logger;
|
||||
|
||||
Reference in New Issue
Block a user