Aggiungere i file di progetto.

This commit is contained in:
2026-01-22 08:36:52 +01:00
parent 1772cf00a8
commit 20f3bef365
6 changed files with 229 additions and 0 deletions

10
GestionePizzeForm.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace PizzaExpress_Client
{
public partial class GestionePizzeForm : Form
{
public GestionePizzeForm()
{
InitializeComponent();
}
}
}