This commit is contained in:
parent
a4e94054d2
commit
0efa235f79
@ -142,13 +142,8 @@ namespace DataLoader
|
||||
default:
|
||||
break;
|
||||
}
|
||||
//#if (!DEBUG)
|
||||
if (!VlnSettings.DebugMode)
|
||||
tbSource.Text = "";
|
||||
else
|
||||
//#else
|
||||
throw new Exception("Not configured for " + SystemInformation.ComputerName);
|
||||
//#endif
|
||||
if (!VlnSettings.DebugMode)
|
||||
tbSource.Text = "";
|
||||
}
|
||||
private void btnConvertSelected_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user