11bb5b742e
- move progetti core di MTC in net8 a scratch (da rivedere...)
11 lines
166 B
C#
11 lines
166 B
C#
namespace IOB_WIN_MTC
|
|
{
|
|
public partial class AdapterForm : Form
|
|
{
|
|
public AdapterForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|