// Decompiled with JetBrains decompiler // Type: HPG_68D.My.MyApplication // Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3 // Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe using Microsoft.VisualBasic.ApplicationServices; using System; using System.CodeDom.Compiler; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Windows.Forms; namespace HPG_68D.My { [EditorBrowsable(EditorBrowsableState.Never)] [GeneratedCode("MyTemplate", "8.0.0.0")] internal class MyApplication : WindowsFormsApplicationBase { private static ArrayList __ENCList = new ArrayList(); [DebuggerNonUserCode] static MyApplication() { } [STAThread] [DebuggerHidden] [EditorBrowsable(EditorBrowsableState.Advanced)] internal static void Main(string[] Args) { try { Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering); } finally { } MyProject.Application.Run(Args); } [DebuggerStepThrough] public MyApplication() : base(AuthenticationMode.Windows) { MyApplication.__ENCList.Add((object) new WeakReference((object) this)); this.IsSingleInstance = false; this.EnableVisualStyles = true; this.SaveMySettingsOnExit = true; this.ShutdownStyle = ShutdownMode.AfterMainFormCloses; } [DebuggerStepThrough] protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.MDIParent1; } }