diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-06 19:52:34 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-06 19:52:34 +0300 |
commit | 4743aa706e8342cdb3202c59e82bddef277cabfa (patch) | |
tree | a41683ea7d84e0f1107cb4a1277e3d745800c744 /Source/ExcelDNA | |
parent | abfd03be7a62271ca7c83c8e3c53620040e2d08a (diff) |
Refactoring
Diffstat (limited to 'Source/ExcelDNA')
-rw-r--r-- | Source/ExcelDNA/AddIn.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/ExcelDNA/AddIn.cs b/Source/ExcelDNA/AddIn.cs index 72846a1..b3fb9c1 100644 --- a/Source/ExcelDNA/AddIn.cs +++ b/Source/ExcelDNA/AddIn.cs @@ -2,7 +2,6 @@ using ExcelDna.Registration; using Microsoft.Win32; using System.Net.Http; -using System.IO; namespace Rehau.Sku.Assist { |