Exemple #1
0
 public void TriggerOnBackup(IRegionDataStore dstore)
 {
     handlerBackup = OnBackup;
     if (handlerBackup != null)
     {
         handlerBackup(dstore, false);
     }
 }
Exemple #2
0
 public void TriggerOnBackup(IRegionDataStore dstore)
 {
     handlerBackup = OnBackup;
     if (handlerBackup != null)
     {
         handlerBackup(dstore, false);
     }
 }