diff options
Diffstat (limited to 'src/Controllers/CombineTool.cs')
-rw-r--r-- | src/Controllers/CombineTool.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Controllers/CombineTool.cs b/src/Controllers/CombineTool.cs index 75c0f51..4d84d44 100644 --- a/src/Controllers/CombineTool.cs +++ b/src/Controllers/CombineTool.cs @@ -4,6 +4,7 @@ using System; using System.Collections.Generic; using System.Linq; using Dialog = RhSolutions.Models.Dialog; +using Range = Microsoft.Office.Interop.Excel.Range; namespace RhSolutions.Controllers { |