Example #1
0
        private void ReorderAssemblies()
        {
            var graph = new Graph(AssemblyList);

            AssemblyList.Clear();
            AssemblyList.AddRange(graph.GetOrderedList());
        }