Exemplo n.º 1
0
        public MainForm()
        {
            this.InitializeComponent();
            this.Text = ApplicationInfo.ApplicationName;

            // Turn off the 3D border for the MDI client area, so the app looks more modern.
            WindowsUtility.SetMdiClientBorderStyle(this, BorderStyle.None);

            Application.Idle       += this.UpdateUIOnIdle;
            Options.OptionsChanged += this.Options_OptionsChanged;
        }