Files
mRemoteNG/mRemoteV1/Properties/Application.Designer.cs

48 lines
1.5 KiB
C#

using System;
using mRemoteNG.UI.Forms;
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.239
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
//namespace mRemoteNG.My
//{
// //NOTE: This file is auto-generated; do not modify it directly. To make changes,
// // or if you encounter build errors in this file, go to the Project Designer
// // (go to Project Properties or double-click the My Project node in
// // Solution Explorer), and make changes on the Application tab.
// //
// public partial class MyApplication
// {
// [STAThread]
// static void Main()
// {
// (new App.MyApplication()).Run(new string[] {});
// }
// [global::System.Diagnostics.DebuggerStepThrough()]
// public MyApplication() : base(Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
// {
// this.IsSingleInstance = false;
// this.EnableVisualStyles = true;
// this.SaveMySettingsOnExit = true;
// this.ShutdownStyle = Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses;
// }
// [global::System.Diagnostics.DebuggerStepThroughAttribute()]
// protected override void OnCreateMainForm()
// {
// this.MainForm = frmMain.Default;
// }
// }
//}