Hi, I am trying to use
using System.Diagnost ics;
Then somewher
Process ProcessCourant = Process.GetCurr entProcess();
I get the following error :
System.Diagnost ics.Process' does not contain a definition for
'GetCurrentProc ess'
Thansk for your help
using System.Diagnost ics;
Then somewher
Process ProcessCourant = Process.GetCurr entProcess();
I get the following error :
System.Diagnost ics.Process' does not contain a definition for
'GetCurrentProc ess'
Thansk for your help
Comment