Search found 1 match

by Mikael
Wed Jul 08, 2015 3:16 am
Forum: Scripting
Topic: Process kill using System.Diagnostics
Replies: 1
Views: 6999

Process kill using System.Diagnostics

Hello, I hope anyone can help with the following problem. First the code: using System.Windows.Forms; using System; using System.Diagnostics; using System.Drawing; using Neo.ApplicationFramework.Tools; using Neo.ApplicationFramework.Common.Graphics.Logic; using Neo.ApplicationFramework.Controls; usi...