11 lines
186 B
C#
11 lines
186 B
C#
namespace PizzaExpress_Client
|
|
{
|
|
public partial class GestionePizzeForm : Form
|
|
{
|
|
public GestionePizzeForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|