예제 #1
0
 private void UpdateProcessListWithNewItems(List <ProcessInListDisplay> newItems)
 {
     ProcessList.Clear();
     ProcessList.AddRange(newItems);
     ApplyFilters();
 }