Files
2021-12-01 18:05:50 +01: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
{
}
}