From e8782f17c2e690f0e5121ce4ad1e0e1b89f51016 Mon Sep 17 00:00:00 2001 From: AndreStork Date: Thu, 29 Jan 2026 09:32:53 +0100 Subject: [PATCH] Aggiunto aggiornamento combobox stato --- GestionePizzeForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GestionePizzeForm.cs b/GestionePizzeForm.cs index 9060ba4..4bc5511 100644 --- a/GestionePizzeForm.cs +++ b/GestionePizzeForm.cs @@ -268,6 +268,7 @@ namespace PizzaExpress_Client _txtPrezzo.Text = p.Prezzo.ToString(); _cmbCategoria.Text = p.Categoria; _txtNote.Text = p.Note; + _cmbStato.Text = p.Stato; } // ======================================================================