diff --git a/Common/CordoPlot/StartDialog.xaml.cs b/Common/CordoPlot/StartDialog.xaml.cs index 80156fde..f8d9a550 100644 --- a/Common/CordoPlot/StartDialog.xaml.cs +++ b/Common/CordoPlot/StartDialog.xaml.cs @@ -248,6 +248,11 @@ namespace CordoPlot private void Fileoverview_SelectedCellsChanged(Object sender, SelectedCellsChangedEventArgs e) { + DataGridCellInfo di = e.AddedCells.First(); + + var currentIndex = Fileoverview.Items.IndexOf(Fileoverview.CurrentItem); + TestResults[currentIndex]; + }