diff options
author | Serghei Cebotari <51533848+schebotar@users.noreply.github.com> | 2022-02-01 20:33:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 20:33:33 +0300 |
commit | 180807d749f4eb3a16c1f136d42b90ea2945008f (patch) | |
tree | 24298e02436da95fd3b24b98ae61fb2b88c3f7e9 /src/Ribbon/RibbonController.cs | |
parent | 62cfb27784ce601acf8c45ed8470769d454921db (diff) | |
parent | 7e5020ec253df1d0d32304ba72cdaa62937bb26b (diff) |
Merge pull request #14 from schebotar/dev
Dev
Diffstat (limited to 'src/Ribbon/RibbonController.cs')
-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 { |