Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为用户保存了设置,但在更新后将其删除。
我做了一些谷歌搜索并找到了这段代码,但它一直给我错误,.UpdateRequired因为它不存在。
.UpdateRequired
我错过了一个集会吗?
if (Settings.Default.UpdateRequired) { Settings.Default.Update(); Settings.Default.UpdateRequired = false; }