We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f60c commit 634c58dCopy full SHA for 634c58d
src/WPF/GeneralUpdate.Packet/ViewModels/MainViewModel.cs
@@ -1,6 +1,7 @@
1
using GeneralUpdate.Packet.Modules;
2
using GeneralUpdate.Packet.MVVM;
3
using System.Collections.ObjectModel;
4
+using System.Windows;
5
6
namespace GeneralUpdate.Packet.ViewModels
7
{
src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs
@@ -3,7 +3,6 @@
using GeneralUpdate.Core.Utils;
using GeneralUpdate.Differential;
using GeneralUpdate.Packet.Domain.Enum;
-using GeneralUpdate.Packet.Modules;
8
using GeneralUpdate.Packet.Servieces;
9
using GeneralUpdate.Zip.Factory;
0 commit comments