What would you do if you want to restart your application after given idle time or log out your users out of your system. Surely you’ll think of setting a timer and process its Tick function to calculate the idle time and then take appropriate processing steps. So I would like to introduce a built-in… Continue reading C# – Auto restart application after given idle time