Skip to content

Commit cbf1d9a

Browse files
committed
1 parent af6e954 commit cbf1d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ internal PacketViewModel()
3535
CurrentEncoding = Encodings.First();
3636
CurrentFormat = Formats.First();
3737
CurrentAppType = AppTypes.First();
38+
_packetService = new PacketService();
3839
}
3940

4041
#endregion Constructors

0 commit comments

Comments
 (0)