aboutsummaryrefslogtreecommitdiff
path: root/src/PriceListTools
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-01-09 10:54:19 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-01-09 10:54:19 +0300
commit0c307e985faab3a1510beac3a4740354ef23f585 (patch)
tree5148db5fafa5b45de19e065ab7d80f7ce5d73007 /src/PriceListTools
parent379fb6d99673e390e701b0b16e10dbc2d4edb148 (diff)
Add GetSource link to Export tool
Diffstat (limited to 'src/PriceListTools')
-rw-r--r--src/PriceListTools/ExportTool.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PriceListTools/ExportTool.cs b/src/PriceListTools/ExportTool.cs
index 9a2c5fd..be76dff 100644
--- a/src/PriceListTools/ExportTool.cs
+++ b/src/PriceListTools/ExportTool.cs
@@ -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;