From a32958eb1f6bb6981e288c71bd0fb41e3cbed273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Wed, 3 Apr 2024 12:24:12 +0200 Subject: [PATCH] opening up second window --- WD7UVN_SzTGUI_2023242.Client.WPF/MainWindow.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)