From b7c65d64e98092049fddc1b482bfc7aa97759d60 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 10 Dec 2021 13:56:28 +0300 Subject: Refactoring --- Source/Ribbon/RibbonController.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/Ribbon') 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; } -- cgit v1.2.3