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