Files
PizzaExpress-WinClient/GestionePizzeForm.cs

11 lines
186 B
C#

namespace PizzaExpress_Client
{
public partial class GestionePizzeForm : Form
{
public GestionePizzeForm()
{
InitializeComponent();
}
}
}