aboutsummaryrefslogtreecommitdiff
path: root/src/Interface
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-02-02 18:05:49 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-02-02 18:05:49 +0300
commit1dfbfaa461479a14cd75c6fc5f6a5082e61c6371 (patch)
tree20b7da671f7da0703de896a957614eadadac6316 /src/Interface
parentbf2e187e6625ca4d19a6d48000843c9813a3efa5 (diff)
Rename Abstract PriceList inheritors
Diffstat (limited to 'src/Interface')
-rw-r--r--src/Interface/RibbonController.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Interface/RibbonController.cs b/src/Interface/RibbonController.cs
index cd7058d..2b1fd6b 100644
--- a/src/Interface/RibbonController.cs
+++ b/src/Interface/RibbonController.cs
@@ -40,7 +40,7 @@ namespace RehauSku.Interface
if (files.Length != 0)
{
- mergeTool.SourceFiles = Source.GetSourceLists(files);
+ mergeTool.SourceFiles = SourcePriceList.GetSourceLists(files);
mergeTool.OpenNewPrice();
mergeTool.FillTarget();
}
@@ -53,7 +53,7 @@ namespace RehauSku.Interface
if (files.Length != 0)
{
- combineTool.SourceFiles = Source.GetSourceLists(files);
+ combineTool.SourceFiles = SourcePriceList.GetSourceLists(files);
combineTool.OpenNewPrice();
combineTool.FillTarget();
}