Beispiel #1
0
 public void ClearCollections()
 {
     BaseCollection.Clear();
 }
Beispiel #2
0
 /// <summary>
 /// Removes all passwords currently stored.
 /// </summary>
 public void Clear()
 {
     BaseCollection.Clear();
     MarkAsChanged();
 }