示例#1
0
        void ManagePreference()
        {
            PreferenceDlg dlg = new PreferenceDlg();

            MainForm.SetControlFont(dlg, this.DefaultFont);

            dlg.ap       = this.AppInfo;
            dlg.MainForm = this;
            dlg.ShowDialog(this);
        }
示例#2
0
文件: MainForm.cs 项目: renyh1013/dp2
        void ManagePreference()
        {
            PreferenceDlg dlg = new PreferenceDlg();
            MainForm.SetControlFont(dlg, this.DefaultFont);

            dlg.ap = this.AppInfo;
            dlg.MainForm = this;
            dlg.ShowDialog(this);
        }