things
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
|
||||
<Label Grid.Row="8" Grid.Column="0" Content="Maintainer Team ID:" />
|
||||
<Label Grid.Row="8" Grid.Column="1" Content="{Binding MAINTAINER_ID}" />
|
||||
|
||||
</Grid>
|
||||
</Border>
|
||||
</DataTemplate>
|
||||
|
||||
@@ -1,16 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows;
|
||||
using WD7UVN_HFT_2023241.Models;
|
||||
|
||||
namespace WD7UVN_SzTGUI_2023242.Client.WPF
|
||||
{
|
||||
@@ -19,9 +8,13 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF
|
||||
/// </summary>
|
||||
public partial class GetAllServices : Window
|
||||
{
|
||||
public RestCollection<Service> Services { get; }
|
||||
|
||||
public GetAllServices()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Services = new RestCollection<Service>("https://localhost:5001", "Service", "hub");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user