Ejemplo n.º 1
0
 public void RemoveRestorePoint(RestorePoint restorePoint)
 {
     RestorePoints.Remove(restorePoint);
 }
Ejemplo n.º 2
0
 public void AddRestorePoint(RestorePoint restorePoint)
 {
     RestorePoints.Add(restorePoint);
 }