Aggiunto aggiornamento combobox stato
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ======================================================================
|
// ======================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user