Refactoring
This commit is contained in:
parent
0621ceabad
commit
9bf9e3978d
@ -35,8 +35,6 @@ namespace RehauSku.PriceListTools
|
||||
{
|
||||
PositionAmount = new Dictionary<Position, double>();
|
||||
|
||||
var aColumn = amountCell.EntireColumn;
|
||||
|
||||
object[,] amountColumn = amountCell.EntireColumn.Value2;
|
||||
object[,] skuColumn = skuCell.EntireColumn.Value2;
|
||||
object[,] nameColumn = nameCell.EntireColumn.Value2;
|
||||
|
Loading…
Reference in New Issue
Block a user