Änderung vom druck Graphen

This commit is contained in:
HuskyTeufel
2019-11-29 10:32:22 +01:00
parent 1b625069ee
commit 0030808d65
4 changed files with 7 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ namespace SanShared
{
DateTime zeitstempel;
double temperatur;
double druck;
int druck;
int geschwindigkeit;
/// <summary>
/// Zeitstempel vom Eintrag
@@ -26,7 +26,7 @@ namespace SanShared
/// <summary>
/// Druckanzeige vom Eintrag
/// </summary>
public double Druck { get => druck; set => druck = value; }
public int Druck { get => druck; set => druck = value; }
/// <summary>
/// Geschwindigkeit vom Eintrag
/// </summary>