Loads of stuff, deletion works, SignalR working

This commit is contained in:
MiskolcziRichard
2024-04-28 18:01:14 +02:00
parent 93983993eb
commit a8123e7c7d
5 changed files with 191 additions and 37 deletions

View File

@@ -23,12 +23,12 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF
}
private void ExpandAllClients(object sender, RoutedEventArgs e)
private void ExpandAllEmployees(object sender, RoutedEventArgs e)
{
}
private void ExpandAllTeams(object sender, RoutedEventArgs e)
private void ExpandAllMaintainerTeams(object sender, RoutedEventArgs e)
{
}