public void SetUp(DataSet dataSource) { this.graph = DataGraph.Create(dataSource); this.topo = new DataTableSortAlgorithm(this.graph); }
public DataTable[] GetSortedTables() { DataTableSortAlgorithm topo = new DataTableSortAlgorithm(this); topo.Compute(); return topo.GetSortedTables(); }