Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Controls/Tools/ToolControl.axaml.cs')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolControl.axaml.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolControl.axaml.cs b/UVtools.WPF/Controls/Tools/ToolControl.axaml.cs
index 8ec6d5b..bf66f21 100644
--- a/UVtools.WPF/Controls/Tools/ToolControl.axaml.cs
+++ b/UVtools.WPF/Controls/Tools/ToolControl.axaml.cs
@@ -1,5 +1,6 @@
using System.Threading.Tasks;
using Avalonia.Markup.Xaml;
+using UVtools.Core.FileFormats;
using UVtools.Core.Objects;
using UVtools.Core.Operations;
using UVtools.WPF.Extensions;
@@ -22,6 +23,8 @@ namespace UVtools.WPF.Controls.Tools
}
}
+ public FileFormat SlicerFile => App.SlicerFile;
+
public ToolWindow ParentWindow { get; set; } = null;
public bool CanRun { get; set; } = true;