I have taken an existing c#/wpf project and created a new project containing only the file srequired and discarding all the crap, I am tasked with modifying/updating the program
As such everything is now working but the dispatchtimer in the wpf form runs really slow, I only have the single timer running at 50ms but it takes over 10s to execute, at first I didn't think it ran at all, all buttons, etc work fine
Has anyone seen this before?