Aggiunto aggiornamento combobox stato

This commit is contained in:
2026-01-29 09:32:53 +01:00
parent d6c81f8d17
commit e8782f17c2

View File

@@ -268,6 +268,7 @@ namespace PizzaExpress_Client
_txtPrezzo.Text = p.Prezzo.ToString(); _txtPrezzo.Text = p.Prezzo.ToString();
_cmbCategoria.Text = p.Categoria; _cmbCategoria.Text = p.Categoria;
_txtNote.Text = p.Note; _txtNote.Text = p.Note;
_cmbStato.Text = p.Stato;
} }
// ====================================================================== // ======================================================================