aboutsummaryrefslogtreecommitdiff
path: root/Source/AddIn
diff options
context:
space:
mode:
Diffstat (limited to 'Source/AddIn')
-rw-r--r--Source/AddIn/AddIn.cs2
-rw-r--r--Source/AddIn/Functions.cs3
2 files changed, 3 insertions, 2 deletions
diff --git a/Source/AddIn/AddIn.cs b/Source/AddIn/AddIn.cs
index 3c82406..5255e2e 100644
--- a/Source/AddIn/AddIn.cs
+++ b/Source/AddIn/AddIn.cs
@@ -3,7 +3,7 @@ using ExcelDna.Registration;
using Microsoft.Win32;
using System.Net.Http;
-namespace RehauSku.Assist
+namespace RehauSku
{
public enum ResponseOrder
{
diff --git a/Source/AddIn/Functions.cs b/Source/AddIn/Functions.cs
index 6d94e24..c6e9da4 100644
--- a/Source/AddIn/Functions.cs
+++ b/Source/AddIn/Functions.cs
@@ -1,6 +1,7 @@
using ExcelDna.Integration;
+using RehauSku.Assistant;
-namespace RehauSku.Assist
+namespace RehauSku
{
public class Functions
{