mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
47 lines
1.6 KiB
C#
47 lines
1.6 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: ContohDashStyle.Properties.Resources
|
|
// Assembly: ContohDashStyle, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: EA34A561-71A5-4456-810F-D952C4E2E14D
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Virus.Win32.Virut.q-2b457b7ac6d929d9f9e89b52c8d2100f00c731f2b4adf1170c227cdf7f0a505c.exe
|
|
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace ContohDashStyle.Properties
|
|
{
|
|
[DebuggerNonUserCode]
|
|
[CompilerGenerated]
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
|
internal class Resources
|
|
{
|
|
private static ResourceManager resourceMan;
|
|
private static CultureInfo resourceCulture;
|
|
|
|
internal Resources()
|
|
{
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager
|
|
{
|
|
get
|
|
{
|
|
if (ContohDashStyle.Properties.Resources.resourceMan == null)
|
|
ContohDashStyle.Properties.Resources.resourceMan = new ResourceManager("ContohDashStyle.Properties.Resources", typeof (ContohDashStyle.Properties.Resources).Assembly);
|
|
return ContohDashStyle.Properties.Resources.resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get => ContohDashStyle.Properties.Resources.resourceCulture;
|
|
set => ContohDashStyle.Properties.Resources.resourceCulture = value;
|
|
}
|
|
}
|
|
}
|