I have a software that reads data from my router.
Everything is working - but I have to press a buton called "refresh" if I want to see the data refreshing...
This should work in the background after I have connected to the device.
How can I do it automatically - every 10 seconds?
I have tried this: Add timer to a Windows Forms application
It seems my code doesn't know System.Windows.Forms.Timer
class.