Reparaturen zur Schadenskürzeln hinzugefügt

This commit is contained in:
Husky
2018-07-21 12:59:46 +02:00
parent 53fa3789f2
commit acec9fee09
7 changed files with 129 additions and 25 deletions

15
KlassenBIB/Quicklock.cs Normal file
View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB
{
/// <summary>
/// Quicklock manschette
/// </summary>
public class Quicklock : Reparatur
{
}
}