aboutsummaryrefslogtreecommitdiff
path: root/src/AddIn/RegistryUtil.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-02-02 09:46:47 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-02-02 09:46:47 +0300
commit06799119fb83cb6b75721c5cf60f4051e50976a7 (patch)
treebb25db1abb672764f2a25a10e81bcc23579eaea3 /src/AddIn/RegistryUtil.cs
parent7e5020ec253df1d0d32304ba72cdaa62937bb26b (diff)
Add Interface namespace
Diffstat (limited to 'src/AddIn/RegistryUtil.cs')
-rw-r--r--src/AddIn/RegistryUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AddIn/RegistryUtil.cs b/src/AddIn/RegistryUtil.cs
index 3ec6f6a..dabd74d 100644
--- a/src/AddIn/RegistryUtil.cs
+++ b/src/AddIn/RegistryUtil.cs
@@ -1,5 +1,5 @@
using Microsoft.Win32;
-using RehauSku.Forms;
+using RehauSku.Interface;
using System;
using System.IO;
using System.Windows.Forms;