Files
Kanalsanierungsverwaltung/KlassenBIB/InspektionskuerzelnCollection.cs
2018-05-16 17:24:22 +02:00

15 lines
284 B
C#

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