Skip to content

Commit 781d1bb

Browse files
committed
remove: file
1 parent 0e4fa52 commit 781d1bb

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

src/WPF/GeneralUpdate.Packet/Domain/Enum/AppType.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/WPF/GeneralUpdate.Packet/Modules/HelperModule.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
using GeneralUpdate.Packet.MVVM;
22
using GeneralUpdate.Packet.Views;
3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
83

94
namespace GeneralUpdate.Packet.Modules
105
{

src/WPF/GeneralUpdate.Packet/ViewModels/MainViewModel.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ public IModule CurrentModule
2121
set => SetProperty(ref _currentModule , value);
2222
}
2323

24-
internal MainViewModel()
25-
{
26-
InitModule();
27-
}
24+
internal MainViewModel() => InitModule();
2825

2926
private void InitModule()
3027
{

0 commit comments

Comments
 (0)