aboutsummaryrefslogtreecommitdiff
path: root/src/PriceListTools/ExportTool.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/PriceListTools/ExportTool.cs')
-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;