diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-08 13:58:37 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-08 13:58:37 +0300 |
commit | 74877f874e401d29f0576c5027abba83587103f3 (patch) | |
tree | c5508df723e8cfe17740a1ef1d05a10a6c4c727c /Source/DataExport | |
parent | 89e420a890afb39c342a82b2ca1bf2f18df407dc (diff) |
Rename to RehauSku
Diffstat (limited to 'Source/DataExport')
-rw-r--r-- | Source/DataExport/DataWriter.cs | 2 | ||||
-rw-r--r-- | Source/DataExport/RibbonController.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/DataExport/DataWriter.cs b/Source/DataExport/DataWriter.cs index 30a3e83..cf18c9e 100644 --- a/Source/DataExport/DataWriter.cs +++ b/Source/DataExport/DataWriter.cs @@ -4,7 +4,7 @@ using System; using System.Collections.Generic; using System.IO; -namespace Rehau.Sku.Assist +namespace RehauSku.Assist { public class DataWriter : IDisposable { diff --git a/Source/DataExport/RibbonController.cs b/Source/DataExport/RibbonController.cs index 5c4045a..c4ca6d7 100644 --- a/Source/DataExport/RibbonController.cs +++ b/Source/DataExport/RibbonController.cs @@ -1,7 +1,7 @@ using System.Runtime.InteropServices; using System.Windows.Forms; using ExcelDna.Integration.CustomUI; -using Rehau.Sku.Assist; +using RehauSku.Assist; namespace Ribbon { |