mirror of
https://github.com/nsnail/dot.git
synced 2025-06-20 14:28:15 +08:00
<refactor> ui美化...
This commit is contained in:
@ -8,7 +8,7 @@ public sealed class Main : ToolBase<Option>
|
||||
{
|
||||
public Main(Option opt) : base(opt) { }
|
||||
|
||||
public override async Task Run()
|
||||
protected override async Task Core()
|
||||
{
|
||||
foreach (var item in NetworkInterface.GetAllNetworkInterfaces()) {
|
||||
if (item.NetworkInterfaceType != NetworkInterfaceType.Ethernet ||
|
||||
|
Reference in New Issue
Block a user