Letzte Projekt wird beigehalten

This commit is contained in:
2023-08-06 19:19:44 +02:00
parent ba3e10fd2d
commit 778b4a9a64
6 changed files with 28 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ namespace StammGenerator.ViewModel
private readonly IActualState _actualState;
private readonly IHaltungDataService _haltungDataService;
private readonly ISchachtDataService _schachtDataService;
private List<Schacht> avaibleSchaechte;
private List<Schacht> avaibleSchaechte = new List<Schacht>();
private int _selectedObenIndex;
private int _selectedUntenIndex;
private Kanal _model;