コード例 #1
0
ファイル: NUnitProject.cs プロジェクト: taoxiease/asegrp
 public NUnitProject( string projectPath )
 {
     this.projectPath = Path.GetFullPath( projectPath );
     configs = new ProjectConfigCollection( this );
 }
コード例 #2
0
 public NUnitProject(string projectPath)
 {
     this.projectPath = Path.GetFullPath(projectPath);
     configs          = new ProjectConfigCollection(this);
 }