Put in a little file to try and help track down some crashes.

This commit is contained in:
larsbrubaker 2014-06-24 12:32:12 -07:00
parent 9c7c80807d
commit db1787d859
3 changed files with 65 additions and 0 deletions

View file

@ -67,6 +67,8 @@ namespace MatterHackers.MatterControl
public MatterControlApplication(double width, double height)
: base(width, height)
{
CrashTracker.Reset();
this.commandLineArgs = Environment.GetCommandLineArgs();
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;