public void RegisterTempWatcher(TempChanged watcher) { _tempChange += watcher; }
public void RegisterTempWatcher(TempChanged c) { tempChanged += c; }