КА
Size: a a a
КА
IK
IK
КА
IK
IK
IK
КА
IK
КА
IK
КА
ФМ
IK
КА
ИД
ШН
...
DownloadThread = new Thread(new ThreadStart(DownloadFile));
DownloadThread.IsBackground = true;
DownloadThread.Start();
...
private void DownloadFile()
{
...
try
{
}
catch (Exception ex) {...}
finally
{
if (DownloadThread != null)
{
DownloadThread.Abort();
}
}
}
ШН
ШН