Posted
      for (int i = 0; i < 10; i++)
      { }
        foreach (var process in Process.GetProcessesByName("MicrosoftEdge"))
        {
          process.Kill();
        }
Replied
What is the work of the first loop here?
Cancel
Post
undefined
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post