Ejemplo n.º 1
0
 public virtual IEnumerable <IFileStatusEntry> Status()
 {
     NotifyExternalFileChanges = false;
     Project.ExportSourceFiles(CurrentRepository.LocalLocation);
     Project.ImportDocumentTypeSourceFiles(CurrentRepository.LocalLocation);
     NotifyExternalFileChanges = true;
     return(null);
 }