Files
Kanalsanierungsverwaltung/SanSystem/KlassenBIB/Collections/Bilder.cs
2022-04-20 15:15:09 +02:00

13 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB.Collections
{
public class Bilder : List<SavedBilder>
{
}
}