aboutsummaryrefslogtreecommitdiff
path: root/Source/ExcelDNA/AddIn.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-07 08:35:36 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-07 08:35:36 +0300
commite897cae23efa6c2e1ef0ad9bae6782504be7d87a (patch)
treeb509b393d8e1e1735979d5197a94d55af536c24a /Source/ExcelDNA/AddIn.cs
parent1136d5e94ae33c3c3c6a4df88b1b326386feca7d (diff)
AddIn refactoring
Diffstat (limited to 'Source/ExcelDNA/AddIn.cs')
-rw-r--r--Source/ExcelDNA/AddIn.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/ExcelDNA/AddIn.cs b/Source/ExcelDNA/AddIn.cs
index 77a2b34..b18f525 100644
--- a/Source/ExcelDNA/AddIn.cs
+++ b/Source/ExcelDNA/AddIn.cs
@@ -49,6 +49,5 @@ namespace Rehau.Sku.Assist
responseOrder = (ResponseOrder)addInKeys.GetValue("ResponseOrder");
priceListPath = (string)addInKeys.GetValue("PriceListPath");
}
-
}
}