diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/MainWindow.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/MainWindow.xaml.cs index fb67a7e..65c72d1 100644 --- a/WD7UVN_SzTGUI_2023242.Client.WPF/MainWindow.xaml.cs +++ b/WD7UVN_SzTGUI_2023242.Client.WPF/MainWindow.xaml.cs @@ -14,7 +14,8 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF private void ExpandAllServices(object sender, RoutedEventArgs e) { - + Window window = new GetAllServices(); + window.Show(); } private void ExpandAllCustomers(object sender, RoutedEventArgs e)