diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-05 13:04:18 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-05 13:04:18 +0300 |
commit | 5a45c59b92c885cf20c5c69b1769273f3a124530 (patch) | |
tree | 1bb5943d8a2619eb379a4a0179398a48773ac7bd /src/Interface | |
parent | 880b95f8625830e85b9eac816a4cd672d850297b (diff) |
Remove Selection check
Diffstat (limited to 'src/Interface')
-rw-r--r-- | src/Interface/RibbonController.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Interface/RibbonController.cs b/src/Interface/RibbonController.cs index 7d70391..bc038d1 100644 --- a/src/Interface/RibbonController.cs +++ b/src/Interface/RibbonController.cs @@ -87,13 +87,11 @@ namespace RehauSku.Interface } } - public void OnExportPressed(IRibbonControl control) { try { ExportTool exportTool = new ExportTool(); - exportTool.TryGetSelection(); exportTool.OpenNewPrice(); exportTool.FillTarget(); } |