Aggiunta form toolbox Server URL

This commit is contained in:
2026-01-29 09:27:04 +01:00
parent 42878bfeaf
commit d6c81f8d17
4 changed files with 213 additions and 0 deletions

View File

@@ -217,6 +217,10 @@ namespace PizzaExpress_Client
Controls.Add(pnlTop);
Load += async (s, e) => await CaricaPizze();
var formUrl = new UrlForm(_httpClient.BaseAddress.ToString());
formUrl.Show();
}
// ======================================================================