Skip to content

Commit

Permalink
fix:_packetService is null error
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Oct 22, 2023
1 parent af6e954 commit cbf1d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ internal PacketViewModel()
CurrentEncoding = Encodings.First();
CurrentFormat = Formats.First();
CurrentAppType = AppTypes.First();
_packetService = new PacketService();
}

#endregion Constructors
Expand Down

0 comments on commit cbf1d9a

Please sign in to comment.