Exemplo n.º 1
0
 /// <summary>
 /// The project is added to the tree view only if it has a
 /// reference to a unit testing framework.
 /// </summary>
 protected void ProjectAdded(IProject project)
 {
     treeView.AddProject(project);
 }