How to use a App.config file in WPF applications?

前端 未结 8 2230
既然无缘
既然无缘 2020-12-04 13:59

I created an App.config file in my WPF application:


         


        
8条回答
  •  臣服心动
    2020-12-04 14:26

    You have to add the reference to System.configuration in your solution. Also, include using System.Configuration;. Once you do that, you'll have access to all the configuration settings.

提交回复
热议问题