mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 02:46:10 +00:00
47 lines
1.5 KiB
C#
47 lines
1.5 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: HexConverter.Properties.Resources
|
|||
|
// Assembly: HexConverter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 69C743DF-5670-4BA1-B9C9-0F7A066F699A
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Virus.Win32.Otwycal.a-e8185cfeb5eed43452d4fc000bc9dad88c82a7d405e4cc7e61131d390a782aa2.exe
|
|||
|
|
|||
|
using System.CodeDom.Compiler;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Diagnostics;
|
|||
|
using System.Globalization;
|
|||
|
using System.Resources;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
namespace HexConverter.Properties
|
|||
|
{
|
|||
|
[CompilerGenerated]
|
|||
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
|||
|
[DebuggerNonUserCode]
|
|||
|
internal class Resources
|
|||
|
{
|
|||
|
private static ResourceManager resourceMan;
|
|||
|
private static CultureInfo resourceCulture;
|
|||
|
|
|||
|
internal Resources()
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|||
|
internal static ResourceManager ResourceManager
|
|||
|
{
|
|||
|
get
|
|||
|
{
|
|||
|
if (HexConverter.Properties.Resources.resourceMan == null)
|
|||
|
HexConverter.Properties.Resources.resourceMan = new ResourceManager("HexConverter.Properties.Resources", typeof (HexConverter.Properties.Resources).Assembly);
|
|||
|
return HexConverter.Properties.Resources.resourceMan;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|||
|
internal static CultureInfo Culture
|
|||
|
{
|
|||
|
get => HexConverter.Properties.Resources.resourceCulture;
|
|||
|
set => HexConverter.Properties.Resources.resourceCulture = value;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|