mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 05:15:28 +00:00
f2ac1ece55
add
39 lines
1.2 KiB
C#
39 lines
1.2 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: mute.Properties.Settings
|
|
// Assembly: explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 772D6407-3F7F-4A01-A630-EF8C6D749DE8
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00002-msil\Trojan-Downloader.Win32.FraudLoad.yjmx-bf19859422e8892dcad392d861505005b20bd4fdd2f7d81fdd3c89ab387e68c8.exe
|
|
|
|
using System.CodeDom.Compiler;
|
|
using System.Configuration;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace mute.Properties
|
|
{
|
|
[CompilerGenerated]
|
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
|
|
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;
|
|
}
|
|
}
|
|
|
|
[DebuggerNonUserCode]
|
|
[DefaultSettingValue("False")]
|
|
[UserScopedSetting]
|
|
public bool Hide
|
|
{
|
|
get => (bool) this[nameof (Hide)];
|
|
set => this[nameof (Hide)] = (object) value;
|
|
}
|
|
}
|
|
}
|