C#/기초
[C#] Delay, sleep, wait
딸기우유중독
2024. 6. 14. 09:03
https://stackoverflow.com/questions/15599884/how-to-put-delay-before-doing-an-operation-in-wpf
How to put delay before doing an operation in WPF
I tried to use the below code to make a 2 second delay before navigating to the next window. But the thread is invoking first and the textblock gets displayed for a microsecond and landed into the ...
stackoverflow.com
https://m.blog.naver.com/chps74/221033635278
[C#] Thread.Sleep 대체 함수
C#에서 Thread.Sleep 함수를 이용하다보면 lock이 걸리는 경우가 발생한다.이를 해결하기 위해서는 아래...
blog.naver.com
728x90