D
Davo
I wish to setup a resource that holds CONSTANT values. The resource
file is call LogCat.resx (Logger Categories) and contains Debug, Info,
Error etc...
This resource is located in a resource only assembly and uses the
custom tool SettingsSingleFileGenerator to generate a typesafe class.
The problem is that the class and all its members are internal so I
cannot access it from other assemblies
Cheers Dave
file is call LogCat.resx (Logger Categories) and contains Debug, Info,
Error etc...
This resource is located in a resource only assembly and uses the
custom tool SettingsSingleFileGenerator to generate a typesafe class.
The problem is that the class and all its members are internal so I
cannot access it from other assemblies
Cheers Dave