[RombaSharp] Help text and main method framework

This commit is contained in:
Matt Nadareski
2016-09-02 13:42:18 -07:00
parent 75889b7b26
commit 0cd008e1c7
5 changed files with 324 additions and 22 deletions

View File

@@ -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;