Refactoring

This commit is contained in:
Sergey Chebotar 2022-01-28 14:35:20 +03:00
parent 0621ceabad
commit 9bf9e3978d

View File

@ -35,8 +35,6 @@ namespace RehauSku.PriceListTools
{ {
PositionAmount = new Dictionary<Position, double>(); PositionAmount = new Dictionary<Position, double>();
var aColumn = amountCell.EntireColumn;
object[,] amountColumn = amountCell.EntireColumn.Value2; object[,] amountColumn = amountCell.EntireColumn.Value2;
object[,] skuColumn = skuCell.EntireColumn.Value2; object[,] skuColumn = skuCell.EntireColumn.Value2;
object[,] nameColumn = nameCell.EntireColumn.Value2; object[,] nameColumn = nameCell.EntireColumn.Value2;