public ScriptManager(NotifyIcon icon, IEnumerable<Script> scripts) { NotifyIcon = icon; Watcher = new SysWatcher(); allEvents = new List<SysEvent>(); foreach (Script s in scripts) { AddScript(s); } }
public ScriptManager(NotifyIcon icon, IEnumerable <Script> scripts) { NotifyIcon = icon; Watcher = new SysWatcher(); allEvents = new List <SysEvent>(); foreach (Script s in scripts) { AddScript(s); } }