コード例 #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
コード例 #2
0
        }   // End Constructor

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