This commit is contained in:
John Jenko 2010-09-27 17:27:00 +00:00
parent a4e94054d2
commit 0efa235f79

View File

@ -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)
{