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:
@@ -1099,5 +1099,11 @@ namespace AdvertsingProfitControl
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private void DebugViewLogFiles(object sender, EventArgs e)
|
||||
{
|
||||
var form = new FrmLogFileViewer();
|
||||
form.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user