From 965eb2b80cd453fc9222c408ccb9ead98aac305c Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 19 Dec 2022 20:25:35 +0300 Subject: Rename project --- src/PriceListTools/CombineTool.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/PriceListTools/CombineTool.cs') 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 { -- cgit v1.2.3