If your event/method can be async, you can skip the timer and just use Task.Delay(milliseconds) , something like public async Task Open(string title, ...
確定! 回上一頁