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,14 +6,8 @@ using System.Threading.Tasks;
namespace KlassenBIB
{
/// <summary>
///
/// </summary>
public sealed class VorOrtImprägnier : AbstractImprägnier
{
/// <summary>
/// Gibt den Soll Walzenabstand zurück
/// </summary>
public double WalzenAbstandSoll
{
get
@@ -21,17 +15,8 @@ namespace KlassenBIB
return 2*Wanddicke + 1.0;
}
}
/// <summary>
///
/// </summary>
public double WalzenAbstandIst { get; set; }
/// <summary>
///
/// </summary>
public bool VakuumKorrekt { get; set; }
/// <summary>
///
/// </summary>
public bool EinbautempKorrekt { get; set; }
}
}