Compare commits
2 Commits
d6c81f8d17
...
2b6ee05a67
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b6ee05a67 | |||
| e8782f17c2 |
@@ -209,7 +209,7 @@ namespace PizzaExpress_Client
|
||||
pnlButtons.Controls.Add(_btnAggiorna);
|
||||
pnlButtons.Controls.Add(_btnElimina);
|
||||
|
||||
pnlRight.Controls.Add(pnlButtons, 1, 6);
|
||||
pnlRight.Controls.Add(pnlButtons, 1, 7);
|
||||
|
||||
// ======================================================
|
||||
Controls.Add(pnlRight);
|
||||
@@ -268,6 +268,7 @@ namespace PizzaExpress_Client
|
||||
_txtPrezzo.Text = p.Prezzo.ToString();
|
||||
_cmbCategoria.Text = p.Categoria;
|
||||
_txtNote.Text = p.Note;
|
||||
_cmbStato.Text = p.Stato;
|
||||
}
|
||||
|
||||
// ======================================================================
|
||||
|
||||
Reference in New Issue
Block a user