Ejemplo n.º 1
0
 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;
 }