public void SetName(Screen screen, WatchZone watchZone, Watcher watcher) { Name = screen.Name + "/" + watchZone.Name + "/" + watcher.Name + " - " + FileName; }
internal WatchImage(Watcher watcher, string filePath) { Parent = watcher; FilePath = filePath; }