예제 #1
0
 public void Seed(Atomo a)
 {
     _lista.Clear();
     _lista.Add(a);
 }
예제 #2
0
 public void Event(Atomo a)
 {
     _lista.Add(a);
 }