Example #1
0
 private void FetchRemoteData()
 {
     Updater.Do();
     Statistics.Do();
     ToastMotd.Do();
     Banner.Check();
 }
Example #2
0
 private void FetchRemoteData()
 {
     Updater.RefreshAsync(() =>
     {
         Updater.ShowUI(false);
     });
     Statistics.Do();
     ToastMotd.Do();
     Banner.Check();
 }