Hi,
You need to set the DataContext on the button inside the BusyIndicator. Something like ;
You need to set the DataContext on the button inside the BusyIndicator. Something like ;
<Button Grid.Column="0"
Content="Pause"
HorizontalAlignment="Right"
Margin="0 0 2 0"
DataContext="{Binding DataContext, RelativeSource={RelativeSource AncestorType={x:Type Window}}}"
Command="{Binding ClearCounter}"/>