aboutsummaryrefslogtreecommitdiff
path: root/src/Interface/AbstractBar.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-12-19 20:25:35 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-12-19 20:25:35 +0300
commit965eb2b80cd453fc9222c408ccb9ead98aac305c (patch)
tree475fa4092d1b2f61980f6989584801a438b69357 /src/Interface/AbstractBar.cs
parent012ec9d01016faa0a6ee0cbbae169311b959897d (diff)
Rename project
Diffstat (limited to 'src/Interface/AbstractBar.cs')
-rw-r--r--src/Interface/AbstractBar.cs2
1 files changed, 1 insertions, 1 deletions
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
{