[#15] MailWindow: Add feature to print
This commit is contained in:
@ -249,9 +249,11 @@
|
||||
Grid.Row="0" Grid.Column="2" Grid.ColumnSpan="3" FontSize="14"
|
||||
Click="PreviewButton_Click"/>
|
||||
<Button x:Name="PrintButton" Content="Drucken" IsEnabled="False"
|
||||
Grid.Row="2" Grid.Column="2" FontSize="14"/>
|
||||
Grid.Row="2" Grid.Column="2" FontSize="14"
|
||||
Click="PrintButton_Click"/>
|
||||
<Button x:Name="EmailButton" Content="E-Mails verschicken" IsEnabled="False"
|
||||
Grid.Row="2" Grid.Column="4" FontSize="14"/>
|
||||
Grid.Row="2" Grid.Column="4" FontSize="14"
|
||||
Click="EmailButton_Click"/>
|
||||
</Grid>
|
||||
|
||||
<Button x:Name="BackButton" Content="Zurück" Grid.Row="1"
|
||||
|
Reference in New Issue
Block a user