CVS struktur erweitert

This commit is contained in:
Husky
2019-05-31 16:23:05 +02:00
parent 64d5932bde
commit 0c7724e5b7
10 changed files with 239 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ namespace SanShared
/// <summary>
/// Geschwindigkeit vom Eintrag
/// </summary>
public double Geschwindigkeit { get => geschwindigkeit; set => geschwindigkeit = value; }
public int Geschwindigkeit { get => geschwindigkeit; set => geschwindigkeit = value; }
}
}