use CurrentUpdates property
This commit is contained in:
@@ -96,8 +96,8 @@ public partial class UpdatesCollectorUi : RadForm
|
|||||||
private async void UpdatesCollectorUi_Shown(object sender, EventArgs e)
|
private async void UpdatesCollectorUi_Shown(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
radWaitingBar1.StartWaiting();
|
radWaitingBar1.StartWaiting();
|
||||||
var updates = await FindUpdates();
|
CurrentUpdates = await FindUpdates();
|
||||||
LoadUpdates(updates);
|
LoadUpdates(CurrentUpdates);
|
||||||
radWaitingBar1.StopWaiting();
|
radWaitingBar1.StopWaiting();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user