RhSolutions-AddIn/src/PriceListTools/MergeTool.cs

8 lines
99 B
C#
Raw Normal View History

2022-01-27 10:22:30 +03:00
namespace RehauSku.PriceListTools
2021-12-24 16:22:03 +03:00
{
2022-01-27 10:22:30 +03:00
internal class MergeTool : PriceListTool
2021-12-24 16:22:03 +03:00
{
}
}