[ADDED] other canvas can be reset via an other canvas

This commit is contained in:
Lars
2020-10-23 21:04:14 +02:00
parent 8ca4efc296
commit 398ba1d5bd
3 changed files with 16 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
<Label Name="GuessWord" Grid.Row="0" Grid.Column="2" Content="{Binding Path=RandomWord, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="20"/>
<Button Name="CanvasReset" Click="CanvasReset_Click" Grid.Row="0" Grid.Column="3" Content="RESET"/>
<Button Name="CanvasReset" Command="{Binding ButtonResetCanvas}" Grid.Row="0" Grid.Column="3" Content="RESET"/>
</Grid>