LoadTools
This commit is contained in:
@@ -33,6 +33,11 @@ namespace CutList.Forms
|
|||||||
binInputItemBindingSource.DataSource = bins;
|
binInputItemBindingSource.DataSource = bins;
|
||||||
binInputItemBindingSource.ListChanged += BinInputItemBindingSource_ListChanged;
|
binInputItemBindingSource.ListChanged += BinInputItemBindingSource_ListChanged;
|
||||||
|
|
||||||
|
LoadTools();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LoadTools()
|
||||||
|
{
|
||||||
if (!File.Exists(ToolsFilePath))
|
if (!File.Exists(ToolsFilePath))
|
||||||
{
|
{
|
||||||
var tools = new List<Tool>
|
var tools = new List<Tool>
|
||||||
|
|||||||
Reference in New Issue
Block a user