Show bin items in results window

This commit is contained in:
AJ
2020-06-17 09:58:34 -04:00
parent 84cce815e5
commit dfb59dc304
2 changed files with 94 additions and 30 deletions

View File

@@ -43,6 +43,8 @@ namespace CutToLength.Forms
binLayoutView1.Bin = selectedBin;
binLayoutView1.Invalidate();
dataGridView2.DataSource = selectedBin.Items;
}
public List<Bin> Bins