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/CombineTool.cs | |
parent | 012ec9d01016faa0a6ee0cbbae169311b959897d (diff) |
Rename project
Diffstat (limited to 'src/PriceListTools/CombineTool.cs')
-rw-r--r-- | src/PriceListTools/CombineTool.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PriceListTools/CombineTool.cs b/src/PriceListTools/CombineTool.cs index cd3fc8a..6959ac2 100644 --- a/src/PriceListTools/CombineTool.cs +++ b/src/PriceListTools/CombineTool.cs @@ -1,11 +1,11 @@ using Microsoft.Office.Interop.Excel; -using RehauSku.Interface; +using RhSolutions.Interface; using System; using System.Collections.Generic; using System.Linq; -using Dialog = RehauSku.Interface.Dialog; +using Dialog = RhSolutions.Interface.Dialog; -namespace RehauSku.PriceListTools +namespace RhSolutions.PriceListTools { internal class CombineTool : AbstractTool { |