void editorController_ResourceProviderOpened(EditorResourceProvider obj)
 {
     editorFilesystemWatcher = new EditorFilesystemWatcher(obj);
     if (FilesystemWatcherCreated != null)
     {
         FilesystemWatcherCreated.Invoke(editorFilesystemWatcher);
     }
 }
Пример #2
0
 void typeControllerManager_FilesystemWatcherCreated(EditorFilesystemWatcher obj)
 {
     editorTaskbarFactory.FilesystemWatcher = obj;
 }