MalwareSourceCode/MSIL/Trojan/Win32/L/Trojan.Win32.Llac.ajct-496a82d41ef981aaf95528eba07b68a8bbfafa567f3a1bdb10d600c629442fb5/My/MySettingsProperty.cs
2022-08-18 06:28:56 -05:00

25 lines
837 B
C#

// Decompiled with JetBrains decompiler
// Type: simple_binder_1._0_stub.My.MySettingsProperty
// Assembly: stub, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 0BAF5986-14D5-42D7-8ECE-E8424900B126
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.ajct-496a82d41ef981aaf95528eba07b68a8bbfafa567f3a1bdb10d600c629442fb5.exe
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace simple_binder_1._0_stub.My
{
[HideModuleName]
[DebuggerNonUserCode]
[StandardModule]
[CompilerGenerated]
internal sealed class MySettingsProperty
{
[HelpKeyword("My.Settings")]
internal static MySettings Settings => MySettings.Default;
}
}