aboutsummaryrefslogtreecommitdiff
path: root/Source/AddIn/Functions.cs
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/Functions.cs
parent8a869e73fb1873b1f85203b7a4a18dc8a2325a11 (diff)
refactoring namespaces
Diffstat (limited to 'Source/AddIn/Functions.cs')
-rw-r--r--Source/AddIn/Functions.cs3
1 files changed, 2 insertions, 1 deletions
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
{