private void MenuItemSysOut_Click(object sender, EventArgs e) { this.OutPath = BaseConfig.SetConfigInfo("FilePath", "OutPath", "输出路径"); }
private void MenuItemSysTemplet_Click(object sender, EventArgs e) { this.TempletPath = BaseConfig.SetConfigInfo("FilePath", "TempletPath", "模板路径"); //初始化文件列表 DataBindingForCombo(cmbPath1, this.TempletPath); }