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/Interface/RibbonController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Interface/RibbonController.cs') diff --git a/src/Interface/RibbonController.cs b/src/Interface/RibbonController.cs index 9c83d37..ef45cb0 100644 --- a/src/Interface/RibbonController.cs +++ b/src/Interface/RibbonController.cs @@ -1,13 +1,13 @@ using ExcelDna.Integration.CustomUI; using Microsoft.Office.Interop.Excel; -using RehauSku.PriceListTools; +using RhSolutions.PriceListTools; using System; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; -namespace RehauSku.Interface +namespace RhSolutions.Interface { [ComVisible(true)] public class RibbonController : ExcelRibbon -- cgit v1.2.3