Windows phone 7 config / appSettings?

前端 未结 4 1912
暖寄归人
暖寄归人 2020-12-06 10:37

Is there a way to add a config file for WP7 apps like there is for Windows apps and web apps? I just need an easy way to save a few settings I\'d rather not create my own ob

4条回答
  •  执笔经年
    2020-12-06 11:13

    Take a look at Northern Lights WP7 toolkit (in nuget), specifically at the PersistentVariables. If you're just going to save variables as settings, this'll work, and Northern Lights has a lot more to it as well.

    http://northernlights.codeplex.com/documentation

提交回复
热议问题