Exemplo n.º 1
0
 void removeRestriction(BackUp backUp, IRemovePoint restriction)
 {
     Restrictions.Remove(restriction);
 }
Exemplo n.º 2
0
 void addRestriction(BackUp backUp, IRemovePoint restriction)
 {
     Restrictions.Add(restriction);
     RemovePoint(backUp);
 }