Ejemplo n.º 1
0
 private int GetIndex(SEAObject obj)
 {
     return Writer.Objects.IndexOf(obj);
 }
Ejemplo n.º 2
0
 public int AddObject(SEAObject obj)
 {
     _objects.Add(obj);
     return _objects.Count - 1;
 }