Cancel(); } async void WaitAndGoAsync(CancellationToken token = default) { await Task.Delay(1000, token); Go(); } ...
確定! 回上一頁