Add GetSource link to Export tool

This commit is contained in:
Sergey Chebotar 2022-01-09 10:54:19 +03:00
parent 379fb6d996
commit 0c307e985f

View File

@ -25,6 +25,9 @@ namespace RehauSku.PriceListTools
else throw new Exception("Неверный диапазон");
}
public override void GetSource(string[] files)
=> GetSource();
private void FillSkuAmountDict()
{
object[,] cells = Selection.Value2;