Exemplo n.º 1
0
 private void SortButton_OnClick(object sender, RoutedEventArgs e)
 {
     _graph.SortNodes();
 }