The program crashes for me after a varying amount of time after opening the viewwindow (usually around 20 seconds I would say). I get the error message of:
An unhandled exception of type 'System.NullReferenceException' occurred in PresentationFramework.dll
Additional information: Object reference not set to an instance of an object.
Also, in your ViewWindow.xaml the "Blink Reduction" menu item's click event is BlinkReductionEnabledEnabled_Click, whereas the function in ViewWindow.xaml.cs is BlinkReductionEnabled_Click. The crash that I get happens after fixing this problem though.
The program crashes for me after a varying amount of time after opening the viewwindow (usually around 20 seconds I would say). I get the error message of:
Also, in your ViewWindow.xaml the "Blink Reduction" menu item's click event is BlinkReductionEnabledEnabled_Click, whereas the function in ViewWindow.xaml.cs is BlinkReductionEnabled_Click. The crash that I get happens after fixing this problem though.