示例#1
0
 protected override IList <int> GetAncestors(int id)
 {
     return(m_dataSource.GetAncestors(id));
 }