private void list1_ContactLeave(object sender, ContactEventArgs e) { Contacts1.Remove(e.Contact); }
private void list1_ContactMoved(object sender, ContactEventArgs e) { Contacts1.Remove(e.Contact); Contacts1.Add(e.Contact); }