diff options
-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 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"); } - } } |