Files
Kanalsanierungsverwaltung/KlassenBIB/Collections/Inspektionskuerzeln.cs
2019-10-10 09:54:02 +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>
{
}
}