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

49 lines
1.5 KiB
C#

// Decompiled with JetBrains decompiler
// Type: simple_binder_1._0_stub.My.MyApplication
// 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.ApplicationServices;
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Windows.Forms;
namespace simple_binder_1._0_stub.My
{
[GeneratedCode("MyTemplate", "8.0.0.0")]
[EditorBrowsable(EditorBrowsableState.Never)]
internal class MyApplication : WindowsFormsApplicationBase
{
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DebuggerHidden]
[STAThread]
internal static void Main(string[] Args)
{
try
{
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
}
finally
{
}
MyProject.Application.Run(Args);
}
[DebuggerStepThrough]
public MyApplication()
: base(AuthenticationMode.Windows)
{
this.IsSingleInstance = true;
this.EnableVisualStyles = true;
this.SaveMySettingsOnExit = true;
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
}
[DebuggerStepThrough]
protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.Form1;
}
}