Counters
This commit is contained in:
parent
40f25a4f4c
commit
a2dca4b750
3 changed files with 36 additions and 13 deletions
|
|
@ -187,7 +187,10 @@
|
|||
</StackPanel>
|
||||
<Button Content="Start" Command="{Binding StartCommand}" Style="{DynamicResource AccentedSquareButtonStyle}"></Button>
|
||||
<Button Content="STOP" Command="{Binding StopCommand}" Style="{DynamicResource SquareButtonStyle}"/>
|
||||
<TextBlock Text="{Binding CurrentImage}"></TextBlock>
|
||||
<TextBlock Text="{Binding TotalPictures}"></TextBlock>
|
||||
</StackPanel>
|
||||
|
||||
</GroupBox>
|
||||
</StackPanel>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue