From dc1fc8b221e9324fe0f82c4ea4a32d87d282bd25 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 14:45:14 +0300 Subject: refactoring namespaces --- Source/AddIn/AddIn.cs | 2 +- Source/AddIn/Functions.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/AddIn') 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 { -- cgit v1.2.3