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/PriceListTools/ExportTool.cs | |
parent | 012ec9d01016faa0a6ee0cbbae169311b959897d (diff) |
Rename project
Diffstat (limited to 'src/PriceListTools/ExportTool.cs')
-rw-r--r-- | src/PriceListTools/ExportTool.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PriceListTools/ExportTool.cs b/src/PriceListTools/ExportTool.cs index 4e51563..3fe1ccd 100644 --- a/src/PriceListTools/ExportTool.cs +++ b/src/PriceListTools/ExportTool.cs @@ -1,9 +1,9 @@ using Microsoft.Office.Interop.Excel; using System; using System.Collections.Generic; -using RehauSku.Interface; +using RhSolutions.Interface; -namespace RehauSku.PriceListTools +namespace RhSolutions.PriceListTools { internal class ExportTool : AbstractTool { |