在Winform应用程序的App.config中添加注释



我正在用C#开发一个windows应用程序。我需要在应用程序设置(App.config(中添加一些注释这是我的App.config

<connectionStrings>
<add name="SLTBillConnectionString" connectionString="Data Source=DESKTOP-BIJLHTGYuresh_SQL;Initial Catalog=SLTBillPaymentDB;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="ScheduledTimeForNewDay" value="09" />
<add key="KioskCode" value="0001" />
<add key="IsMobitelPaymentEnable" value="false" />
<add key="MaxChequeAmount" value="500000" />
<add key="MinChequeAmount" value="10" />
</appSettings>

与HTML相同,请尝试<!-- your comment -->

相关内容

  • 没有找到相关文章

最新更新