Exemplo n.º 1
0
        public GVGraphObject Add(GVGraphObject entity)
        {
            entity.Id = GetNextId();
            entity.X  = 0;
            entity.Y  = GetMaxY() + 120;
            Objects.Add(entity);

            return(entity);
        }