Ejemplo n.º 1
0
        }   // End Constructor

        public ProjectRecursor(Db.T_projects me, List <Db.T_projects> list, int level)
        {
            this.Me     = me;
            this.m_list = list;
            this.Level  = ++level;
        } // End Constructor
Ejemplo n.º 2
0
        }   // End Constructor

        public ProjectRecursor(Db.T_projects me, List <Db.T_projects> list)
            : this(me, list, -1)
        {
        }   // End Constructor