Best way to save per user options in C#

后端 未结 5 443
天涯浪人
天涯浪人 2020-12-06 10:35

What is an easy way to save/load settings? I\'d prefer it if each user has their own set of settings.

5条回答
  •  再見小時候
    2020-12-06 11:06

    If this is a desktop application, the best way to store application and/or user specific settings is to use the builtin methods. Using Settings in C#

    EDIT

    Using Settings in C# Visual Studio 2010

提交回复
热议问题