private void MainForm_Load(object sender, EventArgs e) { initSearchControl(); // SvnDiffExcel(); // if (Setting.needSetConfigFirst) { SettingDialog SF = new SettingDialog(); SF.ShowDialog(); } }
//打开设置窗口 private void tsmi_OpenSet_Click(object sender, EventArgs e) { SettingDialog dialog = new SettingDialog(); dialog.ShowDialog(); }