C# applicationSettings: how to update app.config?

后端 未结 4 951
滥情空心
滥情空心 2020-12-10 19:13

I am using .NET 4.0 and I would like to use the app.config file to store same parameter settings. I do the following. I use the Settings tab in the

4条回答
  •  温柔的废话
    2020-12-10 19:35

    Mark your setting as usersetting.

    Detailed article: http://www.codeproject.com/Articles/25829/User-Settings-Applied

提交回复
热议问题