Files
Mapo-IOB-WIN/Iob.Model/IobSample.cs
T
2020-09-26 12:38:14 +02:00

12 lines
178 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Iob.Model
{
internal class IobSample
{
}
}