Esempio n. 1
0
 public void OnRecordLastUpdateCheck(DateTime lastCheck)
 {
     // For this one, we'll pass the buck up to the parent to let it store the last update
     // check into the registry:
     parent.OnRecordLastUpdateCheck(lastCheck);
 }