私はc#を使用してデスクトップアプリケーションを構築しています、私はこのようにapp.configファイルに接続文字列を入れます
<connectionStrings>
<add name="ComputerManagement"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0; Data Source=...;Initial Catalog=Computersh;Integrated Security=True"/>
</connectionStrings>
フォームで接続文字列を呼び出すにはどうすればよいですか?