mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
29 lines
1005 B
C#
29 lines
1005 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: ContohDashStyle.Properties.Settings
|
|
// 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.Configuration;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace ContohDashStyle.Properties
|
|
{
|
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
|
|
[CompilerGenerated]
|
|
internal sealed class Settings : ApplicationSettingsBase
|
|
{
|
|
private static Settings defaultInstance = (Settings) SettingsBase.Synchronized((SettingsBase) new Settings());
|
|
|
|
public static Settings Default
|
|
{
|
|
get
|
|
{
|
|
Settings defaultInstance = Settings.defaultInstance;
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
}
|
|
}
|