mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Copyright © 2011-2019 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
|
||||
@@ -36,6 +37,7 @@ namespace DiscImageChef.Gui
|
||||
{
|
||||
static class ResourceHandler
|
||||
{
|
||||
internal static Stream GetResourceStream(string resourcePath) => Assembly.GetExecutingAssembly().GetManifestResourceStream(resourcePath);
|
||||
internal static Stream GetResourceStream(string resourcePath) =>
|
||||
Assembly.GetExecutingAssembly().GetManifestResourceStream(resourcePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user