mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Show media type logo in GUI's media info.
This commit is contained in:
10
DiscImageChef.Gui/ResourceHandler.cs
Normal file
10
DiscImageChef.Gui/ResourceHandler.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
|
||||
namespace DiscImageChef.Gui
|
||||
{
|
||||
static class ResourceHandler
|
||||
{
|
||||
internal static Stream GetResourceStream(string resourcePath) => Assembly.GetExecutingAssembly().GetManifestResourceStream(resourcePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user