29 public RelayCommand(Action execute, Func<bool> canExecute). 30 {. 31 _execute = execute ?? throw new ArgumentNullException(nameof(execute));.
確定! 回上一頁