private void watchAssetFiles(FubuRuntime runtime) { if (_watcher == null) { _watcher = runtime.Factory.Get <AssetFileWatcher>(); _watcher.StartWatching(this, _configuration); } }
private void watchAssetFiles(FubuRuntime runtime) { if (_watcher == null) { _watcher = runtime.Facility.Get <AssetFileWatcher>(); _watcher.StartWatching(this); } }
private void watchAssetFiles(FubuRuntime runtime) { if (_watcher == null) { _watcher = runtime.Factory.Get<AssetFileWatcher>(); _watcher.StartWatching(this, _configuration); } }