Exemplo n.º 1
0
 /// <summary>
 /// Registers an entity to the central
 /// </summary>
 /// <param name="item">entity item</param>
 /// <example>locomotive</example>
 public void RegisterEntity(ILIEntity item)
 {
     _RigisteredEntities.Add(item);
     item.RegisterCentral(this);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Registers an entity to the central
 /// </summary>
 /// <param name="item">entity item</param>
 /// <example>locomotive</example>
 public void RegisterEntity(ILIEntity item)
 {
     _RigisteredEntities.Add(item);
     item.RegisterCentral(this);
 }