remove usings

This commit is contained in:
MiskolcziRichard
2024-05-04 20:49:54 +02:00
parent 39c8a46e3e
commit 48144fe48b

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
{ {