Esempio n. 1
0
 private void TargetEqualSource()
 {
     if (ListActive == 1)
     {
         List2.LoadDirectory(List1.StrCurrentPath);
     }
     else
     {
         List1.LoadDirectory(List2.StrCurrentPath);
     }
 }