Skip to content

Commit

Permalink
remove: file
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Jan 3, 2024
1 parent 0e4fa52 commit 781d1bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
15 changes: 0 additions & 15 deletions src/WPF/GeneralUpdate.Packet/Domain/Enum/AppType.cs

This file was deleted.

5 changes: 0 additions & 5 deletions src/WPF/GeneralUpdate.Packet/Modules/HelperModule.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using GeneralUpdate.Packet.MVVM;
using GeneralUpdate.Packet.Views;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace GeneralUpdate.Packet.Modules
{
Expand Down
5 changes: 1 addition & 4 deletions src/WPF/GeneralUpdate.Packet/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ public IModule CurrentModule
set => SetProperty(ref _currentModule , value);
}

internal MainViewModel()
{
InitModule();
}
internal MainViewModel() => InitModule();

private void InitModule()
{
Expand Down

0 comments on commit 781d1bb

Please sign in to comment.