Exemple #1
0
 public override bool Run()
 {
     try
     {
         Target.mHasAddedBooks = false;
         Target.AddBooksIfNeeded();
     }
     catch (Exception exception)
     {
         Common.Exception(Actor, Target, exception);
     }
     return(true);
 }