ResourceHelper - TakeAsh/cs-WpfUtility GitHub Wiki
ResourceHelper
- returns resource from the CallingAssembly.
GetImage
- returns BitmapImage with specified file name from the CallingAssembly.
GetText
- returns string with specified file name and encoding from the CallingAssembly.
- The text file msut be an embedded resource.