33 public RelayCommand(Action<object> execute, Predicate<object> canExecute). 34 {. 35 if (execute == null). 36 throw new ArgumentNullException("execute");.
確定! 回上一頁