Mutex hinzugefügt.

Imprägnierprotokoll weitergeführt
This commit is contained in:
HuskyTeufel
2019-09-20 11:02:54 +02:00
parent 9a4335f81a
commit 8d089a7905
7 changed files with 53 additions and 46 deletions

View File

@@ -6,18 +6,12 @@ using System.Threading.Tasks;
namespace KlassenBIB
{
/// <summary>
///
/// </summary>
public sealed class WerkseitigImprägniert : AbstractImprägnier
public class WerkseitigImprägniert : AbstractImprägnier
{
/// <summary>
///
/// </summary>
public string Imprägniernummer { get; set; }
/// <summary>
///
/// </summary>
public bool LagerungKorrekt { get; set; }
public int LängeCode { get; set; }
}
}