use thread.sleep without causing the gui to freeze
Any ideas ?
Use delegate
await Task.Delay(1000); might do the job
You can use ‘Application.DoEvents();’
Обсуждают сегодня