Ejemplo n.º 1
0
 void Microsoft.Expression.Project.IFileWatcher.Reactivate()
 {
     Microsoft.Expression.Project.SolutionWatcher solutionWatcher = this.SolutionWatcher;
     if (solutionWatcher != null)
     {
         solutionWatcher.CheckForChangesAndReenable();
     }
 }