Ejemplo n.º 1
0
 private void FileMoved(string fromPath, string toPath)
 {
     flashDevelopActions.MoveDocument(fromPath, toPath);
     projectActions.MoveReferences(Project, fromPath, toPath);
     pluginUI.WatchParentOf(fromPath);
     pluginUI.WatchParentOf(toPath);
     Project.Save();
 }