diff options
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 { |