diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-23 15:31:23 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-23 15:31:23 +0300 |
commit | 0513ac5ad7c7de498b794c27728c2c8ff306f941 (patch) | |
tree | 2b55e7a387a8ab18371d008f6c23308caaa41d4f /Source/Ribbon | |
parent | ce5597d042062c820288c63b4e571ee77ac23ab0 (diff) |
Rename to ExportTool
Diffstat (limited to 'Source/Ribbon')
-rw-r--r-- | Source/Ribbon/RibbonController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Ribbon/RibbonController.cs b/Source/Ribbon/RibbonController.cs index cfe4532..325b4c6 100644 --- a/Source/Ribbon/RibbonController.cs +++ b/Source/Ribbon/RibbonController.cs @@ -29,7 +29,7 @@ namespace RehauSku.Ribbon public void OnExportPressed(IRibbonControl control) { - using (Exporter dw = new Exporter()) + using (ExportTool dw = new ExportTool()) { if (!dw.IsRangeValid()) { |