diff --git a/CutList/Forms/MainForm.cs b/CutList/Forms/MainForm.cs index 4620d9c..a2bb2be 100644 --- a/CutList/Forms/MainForm.cs +++ b/CutList/Forms/MainForm.cs @@ -33,6 +33,11 @@ namespace CutList.Forms binInputItemBindingSource.DataSource = bins; binInputItemBindingSource.ListChanged += BinInputItemBindingSource_ListChanged; + LoadTools(); + } + + private void LoadTools() + { if (!File.Exists(ToolsFilePath)) { var tools = new List