I need to perform the execution of a process for a certain time, for which I start a process, and using a Timer after 10 minutes, I kill it using Kill() , I do it in the following way:
using System.Diagnostics;
using System.Thread...
asked by
04.01.2019 / 13:02