| Line 94... |
Line 94... |
| 94 |
System.Threading.Thread.Sleep(3000); |
94 |
System.Threading.Thread.Sleep(3000); |
| 95 |
} |
95 |
} |
| 96 |
|
96 |
|
| 97 |
void GetRecords_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) |
97 |
void GetRecords_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) |
| 98 |
{ |
98 |
{ |
| 99 |
if (e.Error != null) |
99 |
if (e.Error == null) |
| 100 |
{ |
100 |
{ |
| 101 |
string zone = this.toolStripComboBoxZones.Text ?? string.Empty; |
101 |
string zone = this.toolStripComboBoxZones.Text ?? string.Empty; |
| 102 |
|
102 |
|
| 103 |
this.toolStripComboBoxZones.Items.Clear(); |
103 |
this.toolStripComboBoxZones.Items.Clear(); |
| 104 |
|
104 |
|