Ejemplo n.º 1
0
 private static void Resource_ResourceSaved(object sender, ResourceSaveEventArgs e)
 {
     if (string.IsNullOrEmpty(e.SaveAsPath))
     {
         return;                                                 // Ignore unknown destinations
     }
     editorJustSavedRes.Add(Path.GetFullPath(e.SaveAsPath));
 }
Ejemplo n.º 2
0
 private static void Resource_ResourceSaved(object sender, ResourceSaveEventArgs e)
 {
     FlagPathEditorModified(e.SaveAsPath);
 }