8 lines
302 B
XML
8 lines
302 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- User application and configured property settings go here.-->
|
|
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
|
<add key="Key.ColumnHeadersVisible" value="True" />
|
|
</appSettings>
|
|
</configuration> |