Ejemplo n.º 1
0
 private void list1_ContactEnter(object sender, ContactEventArgs e)
 {
     Contacts1.Add(e.Contact);
 }
Ejemplo n.º 2
0
 private void list1_ContactMoved(object sender, ContactEventArgs e)
 {
     Contacts1.Remove(e.Contact);
     Contacts1.Add(e.Contact);
 }