aboutsummaryrefslogtreecommitdiff
path: root/src/Interface
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
parent012ec9d01016faa0a6ee0cbbae169311b959897d (diff)
Rename project
Diffstat (limited to 'src/Interface')
-rw-r--r--src/Interface/AbstractBar.cs2
-rw-r--r--src/Interface/Dialog.cs2
-rw-r--r--src/Interface/ProgressBar.cs2
-rw-r--r--src/Interface/ResultBar.cs2
-rw-r--r--src/Interface/RibbonController.cs4
5 files changed, 6 insertions, 6 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
{
diff --git a/src/Interface/Dialog.cs b/src/Interface/Dialog.cs
index 95d676f..992368c 100644
--- a/src/Interface/Dialog.cs
+++ b/src/Interface/Dialog.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Windows.Forms;
-namespace RehauSku.Interface
+namespace RhSolutions.Interface
{
static class Dialog
{
diff --git a/src/Interface/ProgressBar.cs b/src/Interface/ProgressBar.cs
index f0f2985..f703c65 100644
--- a/src/Interface/ProgressBar.cs
+++ b/src/Interface/ProgressBar.cs
@@ -1,4 +1,4 @@
-namespace RehauSku.Interface
+namespace RhSolutions.Interface
{
internal class ProgressBar : AbstractBar
{
diff --git a/src/Interface/ResultBar.cs b/src/Interface/ResultBar.cs
index f59eb0a..f085e3d 100644
--- a/src/Interface/ResultBar.cs
+++ b/src/Interface/ResultBar.cs
@@ -1,7 +1,7 @@
using System;
using System.Text;
-namespace RehauSku.Interface
+namespace RhSolutions.Interface
{
internal class ResultBar : AbstractBar
{
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