diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-19 20:25:35 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-19 20:25:35 +0300 |
commit | 965eb2b80cd453fc9222c408ccb9ead98aac305c (patch) | |
tree | 475fa4092d1b2f61980f6989584801a438b69357 /src/AddIn | |
parent | 012ec9d01016faa0a6ee0cbbae169311b959897d (diff) |
Rename project
Diffstat (limited to 'src/AddIn')
-rw-r--r-- | src/AddIn/AddIn.cs | 2 | ||||
-rw-r--r-- | src/AddIn/EventsUtil.cs | 2 | ||||
-rw-r--r-- | src/AddIn/Functions.cs | 2 | ||||
-rw-r--r-- | src/AddIn/RegistryUtil.cs | 4 | ||||
-rw-r--r-- | src/AddIn/RehauSku.cs | 2 | ||||
-rw-r--r-- | src/AddIn/SkuExtensions.cs | 2 | ||||
-rw-r--r-- | src/AddIn/WorksheetExtensions.cs | 4 |
7 files changed, 9 insertions, 9 deletions
diff --git a/src/AddIn/AddIn.cs b/src/AddIn/AddIn.cs index a60fc9e..5486103 100644 --- a/src/AddIn/AddIn.cs +++ b/src/AddIn/AddIn.cs @@ -5,7 +5,7 @@ using Microsoft.Office.Interop.Excel; using System.Net.Http; using System.Runtime.Caching; -namespace RehauSku +namespace RhSolutions { class AddIn : IExcelAddIn { diff --git a/src/AddIn/EventsUtil.cs b/src/AddIn/EventsUtil.cs index c10a69a..3ceccfd 100644 --- a/src/AddIn/EventsUtil.cs +++ b/src/AddIn/EventsUtil.cs @@ -1,6 +1,6 @@ using Microsoft.Office.Interop.Excel; -namespace RehauSku +namespace RhSolutions { internal static class EventsUtil { diff --git a/src/AddIn/Functions.cs b/src/AddIn/Functions.cs index 54d50a5..804e1c9 100644 --- a/src/AddIn/Functions.cs +++ b/src/AddIn/Functions.cs @@ -7,7 +7,7 @@ using System.Net; using System.Net.Http; using System.Threading.Tasks; -namespace RehauSku +namespace RhSolutions { public class Functions { diff --git a/src/AddIn/RegistryUtil.cs b/src/AddIn/RegistryUtil.cs index 54e071e..e848462 100644 --- a/src/AddIn/RegistryUtil.cs +++ b/src/AddIn/RegistryUtil.cs @@ -1,10 +1,10 @@ using Microsoft.Win32; -using RehauSku.Interface; +using RhSolutions.Interface; using System; using System.IO; using System.Windows.Forms; -namespace RehauSku +namespace RhSolutions { static class RegistryUtil { diff --git a/src/AddIn/RehauSku.cs b/src/AddIn/RehauSku.cs index 40e5d30..68d95b7 100644 --- a/src/AddIn/RehauSku.cs +++ b/src/AddIn/RehauSku.cs @@ -1,6 +1,6 @@ using System.Text.RegularExpressions; -namespace RehauSku +namespace RhSolutions { internal class RauSku { diff --git a/src/AddIn/SkuExtensions.cs b/src/AddIn/SkuExtensions.cs index c7fe2bc..2e97406 100644 --- a/src/AddIn/SkuExtensions.cs +++ b/src/AddIn/SkuExtensions.cs @@ -1,6 +1,6 @@ using System.Text.RegularExpressions; -namespace RehauSku +namespace RhSolutions { static class SkuExtensions { 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 { |