Files
Mapo-IOB-WIN/Scratch/IOB-WIN-MTC/AdapterForm.cs
T
Samuele Locatelli 11bb5b742e MTC - Net8
- move progetti core di MTC in net8 a scratch (da rivedere...)
2024-12-19 18:39:10 +01:00

11 lines
166 B
C#

namespace IOB_WIN_MTC
{
public partial class AdapterForm : Form
{
public AdapterForm()
{
InitializeComponent();
}
}
}