App: Remove IsPrintingReady

This commit is contained in:
2024-03-04 21:43:13 +01:00
parent e9d0eec3bd
commit 77cf47e154
6 changed files with 12 additions and 39 deletions

View File

@ -166,7 +166,7 @@
<Button x:Name="TransactionButton" Content="Buchungsliste" FontSize="14" Width="180" Margin="10,42,10,10" Height="27" IsEnabled="False"
Click="TransactionButton_Click"
VerticalAlignment="Top" HorizontalAlignment="Left"/>
<Button x:Name="MailButton" Content="Traubengutschriften" FontSize="14" Width="180" Margin="10,74,10,10" Height="27" Tag="Print" IsEnabled="False"
<Button x:Name="MailButton" Content="Traubengutschriften" FontSize="14" Width="180" Margin="10,74,10,10" Height="27" IsEnabled="False"
Click="MailButton_Click"
VerticalAlignment="Top" HorizontalAlignment="Left"/>
</Grid>