Bugfixing. Software stürzte ab beim verlassen des Feldes.
Funktion auch nicht erwünscht.
This commit is contained in:
@@ -217,10 +217,15 @@ namespace SanSystem
|
|||||||
|
|
||||||
private void Txt_punkt_bis_Leave(object sender, EventArgs e)
|
private void Txt_punkt_bis_Leave(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
|
// Diese funktion ist hirnrissig, was ist wenn man zu mehrere Schächte Saniert?
|
||||||
|
/*
|
||||||
if (!neu) return;
|
if (!neu) return;
|
||||||
// Prüfen ob dieser Element bereits vorhanden ist
|
// Prüfen ob dieser Element bereits vorhanden ist
|
||||||
|
|
||||||
if (Datenbank.Instance.loadedProjekt.Objekte.Exists(x => x.BisPunkt.Equals(txt_punkt_bis.Text)))
|
if (Datenbank.Instance.loadedProjekt.Objekte.Exists(x => x.BisPunkt.Equals(txt_punkt_bis.Text)))
|
||||||
txt_punkt_bis.BackColor = Color.Red;
|
txt_punkt_bis.BackColor = Color.Red;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user