Ejemplo n.º 1
0
 public void AddItems(ArrayList list)
 {
     CurrentView.AddItems(list.Cast <CommandViewModel>().ToList());
 }