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/Functions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/AddIn/Functions.cs') 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