我正在使用 c# 构建桌面应用程序,我将连接字符串放在 app.config 文件中,如下所示
<connectionStrings>
<add name="ComputerManagement"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0; Data Source=...;Initial Catalog=Computersh;Integrated Security=True"/>
</connectionStrings>
如何在表单中调用连接字符串?