Files
Mapo-IOB-WIN/IOB-WIN-MTC/AdapterForm.cs
T
2024-12-12 17:22:19 +01:00

11 lines
166 B
C#

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