aboutsummaryrefslogtreecommitdiff
path: root/src/AddIn/WorksheetExtensions.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-12-19 20:25:35 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-12-19 20:25:35 +0300
commit965eb2b80cd453fc9222c408ccb9ead98aac305c (patch)
tree475fa4092d1b2f61980f6989584801a438b69357 /src/AddIn/WorksheetExtensions.cs
parent012ec9d01016faa0a6ee0cbbae169311b959897d (diff)
Rename project
Diffstat (limited to 'src/AddIn/WorksheetExtensions.cs')
-rw-r--r--src/AddIn/WorksheetExtensions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AddIn/WorksheetExtensions.cs b/src/AddIn/WorksheetExtensions.cs
index 7880b66..b07e2c1 100644
--- a/src/AddIn/WorksheetExtensions.cs
+++ b/src/AddIn/WorksheetExtensions.cs
@@ -1,8 +1,8 @@
using Microsoft.Office.Interop.Excel;
-using RehauSku.PriceListTools;
+using RhSolutions.PriceListTools;
using System.Linq;
-namespace RehauSku
+namespace RhSolutions
{
public static class WorksheetExtensions
{