Exemplo n.º 1
0
        private void AddFromRow(Lfx.Data.Row row)
        {
            T Elem = Instanciador.Instanciar <T>(this.DataBase, row);

            this.Add(Elem);
            this.HayAgregados = true;
        }