aboutsummaryrefslogtreecommitdiff
path: root/Source/AddIn
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-08 14:45:14 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-08 14:45:14 +0300
commitdc1fc8b221e9324fe0f82c4ea4a32d87d282bd25 (patch)
treefc5f6700861396f267b063be4412d1778c8f1227 /Source/AddIn
parent8a869e73fb1873b1f85203b7a4a18dc8a2325a11 (diff)
refactoring namespaces
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
{