// Decompiled with JetBrains decompiler // Type: CarotDAV.My.MyApplication // Assembly: CarotDAV, Version=1.13.2.18337, Culture=neutral, PublicKeyToken=null // MVID: C31F2651-A4A8-4D09-916A-8C6106F5E7C8 // Assembly location: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\CarotDAV.exe using Microsoft.VisualBasic.ApplicationServices; using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Windows.Forms; namespace CarotDAV.My { [GeneratedCode("MyTemplate", "8.0.0.0")] [EditorBrowsable(EditorBrowsableState.Never)] internal class MyApplication : WindowsFormsApplicationBase { [STAThread] [EditorBrowsable(EditorBrowsableState.Advanced)] [DebuggerHidden] internal static void Main(string[] Args) { try { Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering); } finally { } MyProject.Application.Run(Args); } [DebuggerStepThrough] public MyApplication() : base(AuthenticationMode.Windows) { this.IsSingleInstance = false; this.EnableVisualStyles = true; this.SaveMySettingsOnExit = false; this.ShutdownStyle = ShutdownMode.AfterAllFormsClose; } [DebuggerStepThrough] protected override void OnCreateMainForm() { this.MainForm = (Form) MyProject.Forms.MainForm; } } }