public ActionCommand(OneDriveDelegate execute, Func <bool> canExecute) { this.execute = execute; this.canExecute = canExecute; }
public ActionCommand(OneDriveDelegate execute, Func<bool> canExecute) { this.execute = execute; this.canExecute = canExecute; }