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: parvulus.Properties.Resources
|
|
// Assembly: parvulus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 9FA193B5-EDCA-4010-A168-C8A18CE631F5
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\P2P-Worm.MSIL.Lupar.a-b4e8ccd55ff21847335fb2856ad750c5cf8f2baa869366cdde763f6410ca3f96.exe
|
|
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace parvulus.Properties
|
|
{
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
internal class Resources
|
|
{
|
|
private static ResourceManager resourceMan;
|
|
private static CultureInfo resourceCulture;
|
|
|
|
internal Resources()
|
|
{
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager
|
|
{
|
|
get
|
|
{
|
|
if (parvulus.Properties.Resources.resourceMan == null)
|
|
parvulus.Properties.Resources.resourceMan = new ResourceManager("parvulus.Properties.Resources", typeof (parvulus.Properties.Resources).Assembly);
|
|
return parvulus.Properties.Resources.resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get => parvulus.Properties.Resources.resourceCulture;
|
|
set => parvulus.Properties.Resources.resourceCulture = value;
|
|
}
|
|
}
|
|
}
|