【发布时间】:2017-08-27 06:52:56
【问题描述】:
如何在 Visual Studio 2015 C# 应用程序中使用共享项目中的 App.config 文件?
ConfigurationManager.AppSettings[pathKey];
这将使用您所在项目中的 App.config!
【问题讨论】:
标签: c# app-config shared-project
如何在 Visual Studio 2015 C# 应用程序中使用共享项目中的 App.config 文件?
ConfigurationManager.AppSettings[pathKey];
这将使用您所在项目中的 App.config!
【问题讨论】:
标签: c# app-config shared-project