- Регистрация
- 01.02.2012
- Сообщения
- 4 812
- Благодарностей
- 1 187
- Баллы
- 113
I have two questions:
1. Why there is needed if (tab.IsBusy) ? Because there is even not possible any other way, if tab is not busy then tab downloading does not happen anyway.
2. When we have to use. Because in assembly in some snippets it is used but in similar are not.
Thanks
1. Why there is needed if (tab.IsBusy) ? Because there is even not possible any other way, if tab is not busy then tab downloading does not happen anyway.
C#:
if (tab.IsBusy) tab.WaitDownloading();
C#:
instance.WaitFieldEmulationDelay();