From 48144fe48b1f78c5a5526c00a76f31587e56b337 Mon Sep 17 00:00:00 2001 From: MiskolcziRichard Date: Sat, 4 May 2024 20:49:54 +0200 Subject: [PATCH] remove usings --- .../ViewModels/GetSubordinatesViewModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/ViewModels/GetSubordinatesViewModel.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/ViewModels/GetSubordinatesViewModel.cs index ad11fa0..3019c3a 100644 --- a/WD7UVN_SzTGUI_2023242.Client.WPF/ViewModels/GetSubordinatesViewModel.cs +++ b/WD7UVN_SzTGUI_2023242.Client.WPF/ViewModels/GetSubordinatesViewModel.cs @@ -2,8 +2,6 @@ using System.ComponentModel; using System.Windows; using CommunityToolkit.Mvvm.ComponentModel; -using System.Windows.Input; -using CommunityToolkit.Mvvm.Input; namespace WD7UVN_SzTGUI_2023242.Client.WPF.ViewModels {