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:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user