This commit is contained in:
2011-06-16 10:24:18 +00:00
parent 7e0da06b05
commit 4a7586d94a
3 changed files with 7 additions and 4 deletions

View File

@@ -321,6 +321,7 @@ namespace DataLoader
if (cbFormatsOnly.Checked)
{
// ASSUMES No Formats/genmacs exist in database.
MessageBox.Show(@"Format files are taken from c:\development\fmtall");
ldr._FmtAllPath = @"c:\development\fmtall";
ldr._GenmacAllPath = @"c:\development\genmacall";
ldr.LoadAllFormats();