Ejemplo n.º 1
0
        /// <summary>
        /// Watch an entity, contribute to the count and delete when its their turn
        /// </summary>
        public void Watch(ModelEntity ent)
        {
            List.Add(ent);

            Maintain();
        }
Ejemplo n.º 2
0
 public void AddProp(ModelEntity prop)
 {
     Props.Add(prop);
 }