Update EventsUtil to shortened button ids

This commit is contained in:
Sergey Chebotar 2022-02-14 10:34:26 +03:00
parent bbfa09d863
commit 7144be9b9c

View File

@ -22,12 +22,12 @@ namespace RehauSku
private static void RefreshConvertButton(object sh)
{
Interface.RibbonController.RefreshControl("convertPrice");
Interface.RibbonController.RefreshControl("convert");
}
private static void RefreshExportButton(object sh, Range target)
{
Interface.RibbonController.RefreshControl("exportToPrice");
Interface.RibbonController.RefreshControl("export");
}
}
}