Exemple #1
0
 public Project FindProjectByName(string name)
 {
     return(RootFolder.FindProjectByName(name));
 }