From 070733036b67e1b11132503d68a5e5d361cacc18 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 14 Feb 2022 11:06:40 +0300 Subject: getLabel implemetation for pricelist button --- src/Interface/RibbonController.cs | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'src/Interface') diff --git a/src/Interface/RibbonController.cs b/src/Interface/RibbonController.cs index bd50550..7bf9ee1 100644 --- a/src/Interface/RibbonController.cs +++ b/src/Interface/RibbonController.cs @@ -2,6 +2,8 @@ using Microsoft.Office.Interop.Excel; using RehauSku.PriceListTools; using System; +using System.IO; +using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; @@ -27,8 +29,8 @@ namespace RehauSku.Interface