AddIn refactoring

This commit is contained in:
Sergey Chebotar 2021-12-07 08:35:36 +03:00
parent 1136d5e94a
commit e897cae23e

View File

@ -49,6 +49,5 @@ namespace Rehau.Sku.Assist
responseOrder = (ResponseOrder)addInKeys.GetValue("ResponseOrder");
priceListPath = (string)addInKeys.GetValue("PriceListPath");
}
}
}