Files
2022-04-20 15:15:09 +02:00

15 lines
297 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB.Collections
{
[Browsable(false)]
public class Inspektionskuerzeln : List<KlassenBIB.Inspektionskuerzeln>
{
}
}