Business.ProcessWatcher.ProcessWatcher C# (CSharp) Метод

ProcessWatcher() публичный Метод

public ProcessWatcher ( MPC api ) : System
api MPC
Результат System
        public ProcessWatcher(MPC api) {
            this.api = api;
            this.AllowClose = true;
            timerKillIfFrozen = new Timer(2000);
            timerKillIfFrozen.Elapsed += timerKillIfFrozen_Elapsed;
        }