From 896f6bb8958fda2714ef3feafda35fe55e0650f8 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 23 Dec 2025 17:40:02 +0100 Subject: [PATCH] Aggiunta submode balance x estimation --- Egw.Window.Data/Enums.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Egw.Window.Data/Enums.cs b/Egw.Window.Data/Enums.cs index 7fb6d57..ff0e4b6 100644 --- a/Egw.Window.Data/Enums.cs +++ b/Egw.Window.Data/Enums.cs @@ -79,7 +79,7 @@ namespace Egw.Window.Data NULL = 0, CREATE = 1, ESTIMATE = 2, - CONFIRM = 3 + BALANCE = 3 } #endregion Public Enums