主要是在MVVM中实现业务与UI分离,所以不想在Click事件里写东西, ... public class MyCommand : ICommand { public bool CanExecute(object parameter) { return true; } ...
確定! 回上一頁