<ImageButton Source="btn_reset.png"
Command="{Binding MainViewModel.ResetCommand, Source={StaticResource Locator}}"/>
I don't want to use the clicked markup
<ImageButton Source="btn_reset.png"
Command="{Binding MainViewModel.ResetCommand, Source={StaticResource Locator}}"/>
I don't want to use the clicked markup