Ejemplo n.º 1
0
 private void ComboPropertyChangedHandler(object obj)
 {
     List1 = instance.List;
     //or iterate through the list and add as below
     foreach (var item in instance.List)
     {
         List1.Add(item);
     }
 }