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/AbstractBar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Interface/AbstractBar.cs') diff --git a/src/Interface/AbstractBar.cs b/src/Interface/AbstractBar.cs index dda7ea1..9a06e03 100644 --- a/src/Interface/AbstractBar.cs +++ b/src/Interface/AbstractBar.cs @@ -2,7 +2,7 @@ using Microsoft.Office.Interop.Excel; using System; -namespace RehauSku.Interface +namespace RhSolutions.Interface { internal abstract class AbstractBar : IDisposable { -- cgit v1.2.3