mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
I think this is the last of the preview code.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user