Revert "Merge commit 'f1aae48a2b80f96ae94b59a69addd6cc6e48ee14'"

This reverts commit 1f49d0936e, reversing
changes made to 236eeac038.
This commit is contained in:
Dario Sassi
2025-03-21 19:21:02 +01:00
parent 1f49d0936e
commit 00a338c202
120 changed files with 6714 additions and 5977 deletions
+5
View File
@@ -9,12 +9,17 @@
Height="130" Width="300" Topmost="True"
DataContext="{Binding RelativeSource={RelativeSource Self}}">
<!--<EgtWPFLib5:EgtCustomWindow.Resources>
<EgtWPFLib5:FileNameConverter x:Key="FileNameConverter"/>
</EgtWPFLib5:EgtCustomWindow.Resources>-->
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="1*"/>
<RowDefinition Height="1*"/>
</Grid.RowDefinitions>
<TextBox Margin="5" Height="24" x:Name="FilePath"
Text="{Binding WriteFileName, UpdateSourceTrigger=PropertyChanged}"
VerticalAlignment="Center" VerticalContentAlignment="Center"/>