Mutex hinzugefügt.
Imprägnierprotokoll weitergeführt
This commit is contained in:
@@ -43,7 +43,9 @@ namespace Database
|
||||
|
||||
foreach(string t in projekte)
|
||||
{
|
||||
tempProjekt = XamlServices.Load(Path.Combine("projekte", t,string.Format("{0}.xaml",t))) as KlassenBIB.Projekt;
|
||||
string filepath = Path.Combine("projekte", t, string.Format("{0}.xaml", t));
|
||||
if (!File.Exists(filepath)) continue;
|
||||
tempProjekt = XamlServices.Load(filepath) as KlassenBIB.Projekt;
|
||||
|
||||
//auftraggebers.Add(tempProjekt.Auftraggeber);
|
||||
if (Datenbank.Instance.MainDatenbank.AuftraggeberListe.Contains(tempProjekt.Auftraggeber))
|
||||
|
||||
Reference in New Issue
Block a user