예제 #1
0
 public UpdaterModule(string name, bool fireOnRegistration) : base(name, fireOnRegistration)
 {
     try
     {
         builder.LoadUpdaterData();
     }
     catch (Exception ex)
     {
         Logger.Error(ex, "could not load last update time:");
     }
 }