mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-21 18:29:26 +00:00
f2ac1ece55
add
32 lines
929 B
C#
32 lines
929 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: _72389_binder_stub.My.MySettingsProperty
|
|
// Assembly: 72389 binder stub, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: E5FBFA50-04BA-4A19-BBFF-957CEB3D9064
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\VirTool.MSIL.Binder.a-9521b38b6e06a1224668f10d9efc7d4bc896802b81ed14c9ed9ea621ccfd1aa0.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace _72389_binder_stub.My
|
|
{
|
|
[HideModuleName]
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
[StandardModule]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
MySettings settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|