From 081a31aadcd1bc98196fd6b1f8349323a47ef97f Mon Sep 17 00:00:00 2001 From: MiskolcziRichard Date: Mon, 29 Apr 2024 11:31:55 +0200 Subject: [PATCH] removed conflicting variable --- .../Windows/GetAll/GetAllServices.xaml.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml.cs index 9173509..7dea1a3 100644 --- a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml.cs +++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml.cs @@ -9,13 +9,9 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF /// public partial class GetAllServices : Window { - public RestCollection Services { get; } - public GetAllServices() { InitializeComponent(); - - Services = new RestCollection("http://localhost:5000/", "api/Service"); } private void CreateNewService(object sender, RoutedEventArgs e)