Exemplo n.º 1
0
 internal string GetDocumento()
 {
     using (ReflectionCaller reflection = new ReflectionCaller().GetAssembly(typeof(Ejemplo)))
     {
         return(ReflectionCaller.ToText(reflection.GetResource(this.NombreRecurso), Encoding.UTF8));
     }
 }