コード例 #1
0
ファイル: Rykonpath.cs プロジェクト: 4neso/rykon
 public Rykonpath(string f,Rykonpathtype t,string rootdir )
 {
     this.path = f;
     this.type = t;
     this.webpath = this.path.Replace(rootdir,"");
 }
コード例 #2
0
 public Rykonpath(string f, Rykonpathtype t, string rootdir)
 {
     this.path    = f;
     this.type    = t;
     this.webpath = this.path.Replace(rootdir, "");
 }