mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
47 lines
1.5 KiB
C#
47 lines
1.5 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: cfFncEnabler.Properties.Resources
|
|
// Assembly: cfFncEnabler, Version=1.0.0.18, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 332E9E14-3026-4FC8-B925-0BA2C251918E
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Virus.Win32.Virut.ce-bb6bf5a81e7ce35327253fa15ae76b9f32a2dfb7c0def1083789e9ea135c25ee.exe
|
|
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace cfFncEnabler.Properties
|
|
{
|
|
[DebuggerNonUserCode]
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
|
[CompilerGenerated]
|
|
internal class Resources
|
|
{
|
|
private static ResourceManager resourceMan;
|
|
private static CultureInfo resourceCulture;
|
|
|
|
internal Resources()
|
|
{
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager
|
|
{
|
|
get
|
|
{
|
|
if (cfFncEnabler.Properties.Resources.resourceMan == null)
|
|
cfFncEnabler.Properties.Resources.resourceMan = new ResourceManager("cfFncEnabler.Properties.Resources", typeof (cfFncEnabler.Properties.Resources).Assembly);
|
|
return cfFncEnabler.Properties.Resources.resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get => cfFncEnabler.Properties.Resources.resourceCulture;
|
|
set => cfFncEnabler.Properties.Resources.resourceCulture = value;
|
|
}
|
|
}
|
|
}
|