mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
f2ac1ece55
add
45 lines
1.4 KiB
C#
45 lines
1.4 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Letum.Properties.Resources
|
|
// Assembly: Letum, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 824230F4-E564-4DC3-8691-5A3025A33873
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Email-Worm.MSIL.Letum.a-9af12e4a61232f77b3d3dcd858881a2180caf99ae263ac3af4ff71bbc5547079.exe
|
|
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Letum.Properties
|
|
{
|
|
[DebuggerNonUserCode]
|
|
[CompilerGenerated]
|
|
internal class Resources
|
|
{
|
|
private static ResourceManager resourceMan;
|
|
private static CultureInfo resourceCulture;
|
|
|
|
internal Resources()
|
|
{
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager
|
|
{
|
|
get
|
|
{
|
|
if (Letum.Properties.Resources.resourceMan == null)
|
|
Letum.Properties.Resources.resourceMan = new ResourceManager("Letum.Properties.Resources", typeof (Letum.Properties.Resources).Assembly);
|
|
return Letum.Properties.Resources.resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get => Letum.Properties.Resources.resourceCulture;
|
|
set => Letum.Properties.Resources.resourceCulture = value;
|
|
}
|
|
}
|
|
}
|