diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:41:46 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:41:46 +0300 |
commit | 6137433aefde1257fa42e0823242e66f5bd57e22 (patch) | |
tree | b2f3e99c9144b8568894547f9546c323cee4b3a9 /src/Controllers | |
parent | 73569a43644309d0342817580bcfd86c1face5b8 (diff) |
Refactoring
Diffstat (limited to 'src/Controllers')
-rw-r--r-- | src/Controllers/RibbonController.cs | 1 | ||||
-rw-r--r-- | src/Controllers/ToolBase.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Controllers/RibbonController.cs b/src/Controllers/RibbonController.cs index 87c62e1..1175e91 100644 --- a/src/Controllers/RibbonController.cs +++ b/src/Controllers/RibbonController.cs @@ -1,5 +1,6 @@ using ExcelDna.Integration.CustomUI; using Microsoft.Office.Interop.Excel; +using RhSolutions.AddIn; using RhSolutions.Services; using System; using System.IO; diff --git a/src/Controllers/ToolBase.cs b/src/Controllers/ToolBase.cs index 87eb9d9..72f480e 100644 --- a/src/Controllers/ToolBase.cs +++ b/src/Controllers/ToolBase.cs @@ -1,4 +1,5 @@ using Microsoft.Office.Interop.Excel; +using RhSolutions.AddIn; using RhSolutions.Models; using RhSolutions.Services; using System; |