Warnings entfernt
This commit is contained in:
parent
2ad3da8b20
commit
af867d248d
@ -6,8 +6,8 @@
|
||||
public int Id { get; set; }
|
||||
public int CocktailID { get; set; }
|
||||
public int FlascheID { get; set; }
|
||||
public Flasche Flasche { get; set; }
|
||||
public Cocktail Cocktail { get; set; }
|
||||
public Flasche Flasche { get; set; } = null!;
|
||||
public Cocktail Cocktail { get; set; } = null!;
|
||||
public int Reihenfolge { get; set; }
|
||||
public int Menge { get; set; }
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
bool Sending = false;
|
||||
bool Receiving = false;
|
||||
public async Task SendData()
|
||||
public void SendData()
|
||||
{
|
||||
if (Sending) return; // nichts senden, wenn bereits am Senden
|
||||
Sending = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user