I think this is the last of the preview code.

This commit is contained in:
Matt Nadareski
2016-03-24 14:36:39 -07:00
parent 731af58492
commit 1ec1d34750

View File

@@ -96,6 +96,7 @@ namespace DATabase
Int32.TryParse(sources, out srcid); Int32.TryParse(sources, out srcid);
} }
//Generate gen = new Generate(systems, sources, _connectionString, norename, old);
Generate gen = new Generate(sysid, srcid, _connectionString, norename, old); Generate gen = new Generate(sysid, srcid, _connectionString, norename, old);
gen.Export(); gen.Export();
} }