This commit is contained in:
@@ -85,12 +85,14 @@ namespace DataLoader
|
||||
//#if DEBUG
|
||||
if (VlnSettings.DebugMode)
|
||||
{
|
||||
MessageBox.Show(@"Format files are taken from c:\development\fmtall");
|
||||
_FmtAllPath = @"c:\development\fmtall";
|
||||
_GenmacAllPath = @"c:\development\genmacall";
|
||||
}
|
||||
//#else
|
||||
else
|
||||
{
|
||||
MessageBox.Show(@"Format files are taken from " + vepromspath + @"\fmtall");
|
||||
_FmtAllPath = vepromspath + @"\fmtall";
|
||||
_GenmacAllPath = vepromspath + @"\genmacall";
|
||||
}
|
||||
|
Reference in New Issue
Block a user