diff options
Diffstat (limited to 'src/AddIn/RegistryUtil.cs')
-rw-r--r-- | src/AddIn/RegistryUtil.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AddIn/RegistryUtil.cs b/src/AddIn/RegistryUtil.cs index 54e071e..e848462 100644 --- a/src/AddIn/RegistryUtil.cs +++ b/src/AddIn/RegistryUtil.cs @@ -1,10 +1,10 @@ using Microsoft.Win32; -using RehauSku.Interface; +using RhSolutions.Interface; using System; using System.IO; using System.Windows.Forms; -namespace RehauSku +namespace RhSolutions { static class RegistryUtil { |