Exemplo n.º 1
0
 public void RemovePI(PIType protection)
 {
     ProtectionIndex.Remove(protection);
 }
Exemplo n.º 2
0
 public void AddPI(PIType protection)
 {
     ProtectionIndex.Add(protection);
 }