diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-01 20:32:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-01 20:32:29 +0300 |
commit | 7e5020ec253df1d0d32304ba72cdaa62937bb26b (patch) | |
tree | 24298e02436da95fd3b24b98ae61fb2b88c3f7e9 /src/Ribbon | |
parent | cfb15d1279f604cc7387e1e23680ba8a63c9f110 (diff) |
Refactoring, Not fount table formatting etc
Diffstat (limited to 'src/Ribbon')
-rw-r--r-- | src/Ribbon/RibbonController.cs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Ribbon/RibbonController.cs b/src/Ribbon/RibbonController.cs index 9011a43..7a514bd 100644 --- a/src/Ribbon/RibbonController.cs +++ b/src/Ribbon/RibbonController.cs @@ -1,10 +1,9 @@ -using System.Runtime.InteropServices; -using System.Windows.Forms; -using ExcelDna.Integration.CustomUI; -using RehauSku.PriceListTools; +using ExcelDna.Integration.CustomUI; using RehauSku.Forms; +using RehauSku.PriceListTools; using System; -using System.Collections.Generic; +using System.Runtime.InteropServices; +using System.Windows.Forms; namespace RehauSku.Ribbon { |