diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-10 13:56:28 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-10 13:56:28 +0300 |
commit | b7c65d64e98092049fddc1b482bfc7aa97759d60 (patch) | |
tree | 4d7712d05ee341b39b56fb5ce2cc24ecc8643717 /Source/Ribbon/RibbonController.cs | |
parent | 5a641d83d8e8ee9c977d3867f195447cd1164bef (diff) |
Refactoring
Diffstat (limited to 'Source/Ribbon/RibbonController.cs')
-rw-r--r-- | Source/Ribbon/RibbonController.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Ribbon/RibbonController.cs b/Source/Ribbon/RibbonController.cs index 94d3b0d..39cf71a 100644 --- a/Source/Ribbon/RibbonController.cs +++ b/Source/Ribbon/RibbonController.cs @@ -34,7 +34,10 @@ namespace RehauSku.Ribbon { if (!dw.IsRangeValid()) { - MessageBox.Show("Выделен неверный диапазон!", "Неверный диапазон", MessageBoxButtons.OK, MessageBoxIcon.Information); + MessageBox.Show("Выделен неверный диапазон!", + "Неверный диапазон", + MessageBoxButtons.OK, + MessageBoxIcon.Information); return; } |