From 3c8340366bc2b2017bcd1e18bb688edcf5dd8f38 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 24 Jan 2026 12:09:50 +0100 Subject: [PATCH] rename enum prod --- Egw.Window.Data/Egw.Window.Data.csproj | 2 +- Egw.Window.Data/Enums.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Egw.Window.Data/Egw.Window.Data.csproj b/Egw.Window.Data/Egw.Window.Data.csproj index f89aacd..fbec4cf 100644 --- a/Egw.Window.Data/Egw.Window.Data.csproj +++ b/Egw.Window.Data/Egw.Window.Data.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.8.1.2116 + 2.8.1.2412 Annamaria Sassi Egalware Classi di base per gestione sistemi Window x Egw.* diff --git a/Egw.Window.Data/Enums.cs b/Egw.Window.Data/Enums.cs index 9719374..69d9e5d 100644 --- a/Egw.Window.Data/Enums.cs +++ b/Egw.Window.Data/Enums.cs @@ -81,7 +81,7 @@ namespace Egw.Window.Data ESTIMATE = 2, BALANCE = 3, CREATE_PRODUCTION = 4, - CALCULATE_PRODUCTION = 5 + CALC_PRODUCTION = 5 } #endregion Public Enums