Пример #1
0
 private void OnSolutionOpened(object sender, Microsoft.VisualStudio.Shell.Events.OpenSolutionEventArgs e)
 {
     if (e.IsNewSolution)
     {
         TryInitializeSolution();
     }
 }
 private void SolutionEvents_OnAfterOpenSolution(object sender, Microsoft.VisualStudio.Shell.Events.OpenSolutionEventArgs e)
 {
     //RefreshProjects();
 }