remove usings

This commit is contained in:
MiskolcziRichard
2024-05-04 20:50:17 +02:00
parent 48144fe48b
commit 956c0f96a8

View File

@@ -2,8 +2,6 @@
using System.ComponentModel; using System.ComponentModel;
using System.Windows; using System.Windows;
using CommunityToolkit.Mvvm.ComponentModel; using CommunityToolkit.Mvvm.ComponentModel;
using System.Windows.Input;
using CommunityToolkit.Mvvm.Input;
namespace WD7UVN_SzTGUI_2023242.Client.WPF.ViewModels namespace WD7UVN_SzTGUI_2023242.Client.WPF.ViewModels
{ {