Exemplo n.º 1
0
 private void watchAssetFiles(FubuRuntime runtime)
 {
     if (_watcher == null)
     {
         _watcher = runtime.Factory.Get <AssetFileWatcher>();
         _watcher.StartWatching(this, _configuration);
     }
 }
Exemplo n.º 2
0
 private void watchAssetFiles(FubuRuntime runtime)
 {
     if (_watcher == null)
     {
         _watcher = runtime.Facility.Get <AssetFileWatcher>();
         _watcher.StartWatching(this);
     }
 }
Exemplo n.º 3
0
 private void watchAssetFiles(FubuRuntime runtime)
 {
     if (_watcher == null)
     {
         _watcher = runtime.Factory.Get<AssetFileWatcher>();
         _watcher.StartWatching(this, _configuration);
     }
 }