コード例 #1
0
ファイル: MainForm.cs プロジェクト: radtek/Diff.Net
        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;
        }