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:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-06-25 01:37:57 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-06-25 01:37:57 +0300
commit6d401eb774bc4d9a0014e24b2d48c4f5e156d912 (patch)
treef1c248691362d61f2052fc8709df4524f38c0b02 /UVtools.GUI/Forms/FrmAbout.cs
parent625b736ad725d8b91576d4a511149a1f8920930e (diff)
Droped Parser and create UVtoolsCmd
Diffstat (limited to 'UVtools.GUI/Forms/FrmAbout.cs')
-rw-r--r--UVtools.GUI/Forms/FrmAbout.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/UVtools.GUI/Forms/FrmAbout.cs b/UVtools.GUI/Forms/FrmAbout.cs
index 509c035..feeb862 100644
--- a/UVtools.GUI/Forms/FrmAbout.cs
+++ b/UVtools.GUI/Forms/FrmAbout.cs
@@ -11,7 +11,6 @@ using System.Linq;
using System.Reflection;
using System.Windows.Forms;
using UVtools.Core;
-using UVtools.Parser;
namespace UVtools.GUI.Forms
{