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/ToolBase.cs | |
parent | 73569a43644309d0342817580bcfd86c1face5b8 (diff) |
Refactoring
Diffstat (limited to 'src/Controllers/ToolBase.cs')
-rw-r--r-- | src/Controllers/ToolBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |