Added a debug tool to view and manage log files. Slight tweaks to the main form as well as the thread exception methods.

This commit is contained in:
2017-04-14 01:24:50 -05:00
parent 7b2a93cbf6
commit c334c9aa53
7 changed files with 6594 additions and 20 deletions
+6
View File
@@ -1099,5 +1099,11 @@ namespace AdvertsingProfitControl
}
#endregion
private void DebugViewLogFiles(object sender, EventArgs e)
{
var form = new FrmLogFileViewer();
form.ShowDialog();
}
}
}