From 1ec1d347505dea706e1ce355588b942f63ce6459 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 24 Mar 2016 14:36:39 -0700 Subject: [PATCH] I think this is the last of the preview code. --- DATabase/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DATabase/Program.cs b/DATabase/Program.cs index 904797a3..55a9d6f4 100644 --- a/DATabase/Program.cs +++ b/DATabase/Program.cs @@ -96,6 +96,7 @@ namespace DATabase Int32.TryParse(sources, out srcid); } + //Generate gen = new Generate(systems, sources, _connectionString, norename, old); Generate gen = new Generate(sysid, srcid, _connectionString, norename, old); gen.Export(); }