public TomatoService( ConfigService config, BackgroundWorkerService backgroundWorker, TrayService tray, SoundService sound) { this.config = config; this.backgroundWorker = backgroundWorker; this.tray = tray; this.sound = sound; }
public TomatoService( ConfigService config, BackgroundWorkerService backgroundWorker, TrayService tray, SoundService sound) { this.config = config; this.backgroundWorker = backgroundWorker; this.tray = tray; this.sound = sound; timerWatcher = new Stopwatch(); }