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)
|
||||
{
|
||||
radWaitingBar1.StartWaiting();
|
||||
var updates = await FindUpdates();
|
||||
LoadUpdates(updates);
|
||||
CurrentUpdates = await FindUpdates();
|
||||
LoadUpdates(CurrentUpdates);
|
||||
radWaitingBar1.StopWaiting();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user