コード例 #1
0
ファイル: Resources.cs プロジェクト: tetsurom/PowerSyntax
 public string ReadAllText(string path)
 {
     return(ManifestResource.ReadAllText(root + path));
 }
コード例 #2
0
ファイル: Resources.cs プロジェクト: tetsurom/PowerSyntax
 public IEnumerable <string> GetFiles(string path, string type)
 {
     return(ManifestResource.GetFiles(root + path, type));
 }