Beispiel #1
0
 public string ReadAllText(string path)
 {
     return(ManifestResource.ReadAllText(root + path));
 }
Beispiel #2
0
 public IEnumerable <string> GetFiles(string path, string type)
 {
     return(ManifestResource.GetFiles(root + path, type));
 }