示例#1
0
 public NUnitProject( string projectPath )
 {
     this.projectPath = Path.GetFullPath( projectPath );
     configs = new ProjectConfigCollection( this );
 }
 public NUnitProject(string projectPath)
 {
     this.projectPath = Path.GetFullPath(projectPath);
     configs          = new ProjectConfigCollection(this);
 }