ShowInfo("My action in MVVM"); }. Xaml (assuming that the view model is set as datacontext): <Button Content="Click me" Command="{Binding MyCommand}" /> ...
確定! 回上一頁