IResourceServiceRegisterNeutralImages Method |
Registers neutral image resources in the resource service.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid RegisterNeutralImages(
ResourceManager imageManager,
string debugInfo
)
Parameters
- imageManager ResourceManager
- The resource manager that provides the images.
- debugInfo String
- Debug information associated with the registered resource manager.
See Also