[chore:] added CSV-Separator Settings.cs
This commit is contained in:
@@ -248,6 +248,13 @@
|
||||
TextChanged="TbSettingsCustomerDescription_OnTextChanged"
|
||||
x:Name="TbSettingsCustomerDescription" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="150,*">
|
||||
<Label Content="CSV-Trennzeichen" />
|
||||
<TextBox Grid.Column="1" Watermark=","
|
||||
HorizontalAlignment="Stretch"
|
||||
TextChanged="TbSettingsCustomerCsvSeparator_OnTextChanged"
|
||||
x:Name="TbSettingsCustomerCsvSeparator" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="150,*">
|
||||
<Label Content="Address-Patch-Info" />
|
||||
<TextBlock Grid.Column="1"
|
||||
|
||||
Reference in New Issue
Block a user