예제 #1
0
 // Finds the test project.
 public Project GetProject(Server s, String strName)
 {
     return s.FindProject(strName);
 }