Skip to content

Commit

Permalink
💄代码Clean,没有引用到的名称空间与枚举类型
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunyuan committed Oct 8, 2024
1 parent 210402d commit 1c9736a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using AppResources = BD.WTTS.Client.Resources.Strings;

using BD.WTTS.UI.Views.Pages;
using STUN.StunResult;
using STUN.Enums;
using AppResources = BD.WTTS.Client.Resources.Strings;

namespace BD.WTTS.UI.ViewModels;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ public class NetworkCheckControlViewModel : ViewModelBase

public record NATFetchResult(string PublicEndPoint, string LocalEndPoint, string NATLevel, string NATTypeTip, bool PingResult);

public enum PingStatus
{
Blank,
Ok,
Error,
}

[Reactive]
public string SelectedSTUNAddress { get; set; }

Expand Down

0 comments on commit 1c9736a

Please sign in to comment.