First stages of a new logging system being put in place. Updated the group parsing engine for the Projections and Actual Sales tables, and removed the method. Fixed the issue where changes to groups didn't mark the record manipulation form as dirty.

This commit is contained in:
2017-09-18 11:36:23 -05:00
parent ac9f464cf3
commit de1ba4af10
12 changed files with 426 additions and 311 deletions
+6 -1
View File
@@ -24,6 +24,11 @@ namespace AdvertsingProfitControl
{
InitializeComponent();
debugMainMenu.Visible = isDebug;
//var l = new Logger();
//Logger.WriteLog(DateTime.Now, "Main Form", "Test Critical", Level.Info);
//Logger.WriteLog(DateTime.Now, "Main Form", "Test verbose", Level.Verbose);
//Logger.WriteLog(DateTime.Now, "Form Main", "Test Debug Message", Level.Debug);
//l.ReadLogFile();
}
private void frmMain_Load(object sender, EventArgs e)
@@ -1120,7 +1125,7 @@ namespace AdvertsingProfitControl
private void testToolStripMenuItem_Click(object sender, EventArgs e)
{
}
}
}