mirror of
https://github.com/netchx/netch.git
synced 2026-04-23 21:29:49 +08:00
移除NTT日志文件
This commit is contained in:
@@ -94,7 +94,13 @@ namespace Netch.Controllers
|
||||
case 1:
|
||||
case 2:
|
||||
if (result)
|
||||
Task.Run(() => pNTTController.Start());
|
||||
Task.Run(() =>
|
||||
{
|
||||
MainForm.Instance.NatTypeStatusText(i18N.Translate("Starting NatTester"));
|
||||
// Thread.Sleep(1000);
|
||||
var (nttResult, natType, _, _) = pNTTController.Start();
|
||||
if (nttResult) MainForm.Instance.NatTypeStatusText(natType);
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user