This commit is contained in:
@@ -25,6 +25,7 @@ using vlnServerLibrary;
|
||||
using VEPROMS.CSLA.Library;
|
||||
using Config;
|
||||
using Volian.Controls.Library;
|
||||
using Volian.Base.Library;
|
||||
|
||||
|
||||
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
|
||||
@@ -599,5 +600,14 @@ namespace DataLoader
|
||||
fsrestore.WriteLine(pause);
|
||||
fsrestore.Close();
|
||||
}
|
||||
|
||||
private void checkBox1_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
VlnSettings.DebugMode = checkBox1.Checked;
|
||||
if (checkBox1.Checked)
|
||||
Loader.OverrideColor = Color.Red;
|
||||
else
|
||||
Loader.OverrideColor = Color.Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user