Files
Kanalsanierungsverwaltung/KlassenBIB/InspektionskuerzelnCollection.cs

18 lines
330 B
C#

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