Beispiel #1
0
 public override void Process()
 {
     if (needUpdate)
     {
         needUpdate = false;
         LoadDirectory();
     }
     TVHome.UpdateProgressPercentageBar();
 }
Beispiel #2
0
 public override void Process()
 {
     base.Process();
     if (_refreshList)
     {
         Search();
         _refreshList = false;
     }
     TVHome.UpdateProgressPercentageBar();
 }
Beispiel #3
0
 public override void Process()
 {
     TVHome.UpdateProgressPercentageBar();
 }