Loading

摘要: internal class DelegateCommand : ICommand { private readonly Action _execute; private readonly Func<bool> _canExecute; public DelegateCommand(Action e 阅读全文
posted @ 2021-02-25 00:39 androllen 阅读(235) 评论(0) 推荐(0) 编辑