标签: c#
如果我将已编译的.exe(包含所有其他dll和app配置)放到另一个路径,则将重置Properties.Settings。 我该怎么处理? 我尝试了升级方法,但这只适用于旧版本的设置文件
设置在全球范围内通过Properties.Settings.Default[property]使用,并通过formClosing
Properties.Settings.Default[property]
formClosing
Settings.Default.Save();