Exemple #1
0
 public void RemoveProtectiveIndex(ProtectiveIndex pi)
 {
     PI.Remove(pi);
 }
Exemple #2
0
 public void AddProtectiveIndex(ProtectiveIndex pi)
 {
     PI.Add(pi);
 }