aboutsummaryrefslogtreecommitdiff
path: root/src/Ribbon/RibbonController.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-01-09 10:49:41 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-01-09 10:49:41 +0300
commit379fb6d99673e390e701b0b16e10dbc2d4edb148 (patch)
tree7ae745ba238e050fe6009e2784c845b5d394b196 /src/Ribbon/RibbonController.cs
parent762127a4aa1ee393f19e08018830bc8ba023c050 (diff)
Add virtual GetSource with no params to abstract pricelist tool
Diffstat (limited to 'src/Ribbon/RibbonController.cs')
-rw-r--r--src/Ribbon/RibbonController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ribbon/RibbonController.cs b/src/Ribbon/RibbonController.cs
index d0eb590..15bd1a0 100644
--- a/src/Ribbon/RibbonController.cs
+++ b/src/Ribbon/RibbonController.cs
@@ -65,7 +65,7 @@ namespace RehauSku.Ribbon
{
using (ExportTool exportTool = new ExportTool())
{
- exportTool.GetSource(null);
+ exportTool.GetSource();
string exportFile = PriceList.CreateNewFile();
exportTool.OpenNewPrice(exportFile);
exportTool.FillPriceList();