Method LoadSmallAndLargeImagesFromResource
LoadSmallAndLargeImagesFromResource(Assembly)
Loads both small and large images from the specified assembly's embedded resources.
public virtual void LoadSmallAndLargeImagesFromResource(Assembly assembly)
Parameters
assemblyAssemblyThe assembly containing the embedded resources to load the images from.
Remarks
This method loads two sets of images: small and large. The specific resources to load are determined by the implementation of the resource-loading logic. Ensure that the provided assembly contains the required resources in the expected format.