Ejemplo n.º 1
0
 private void ReloadPastAction()
 {
     if (CurrentTab == null)
     {
         return;
     }
     CurrentTab.ReloadPastAsync();
 }