コード例 #1
0
 private void list1_ContactEnter(object sender, ContactEventArgs e)
 {
     Contacts1.Add(e.Contact);
 }
コード例 #2
0
 private void list1_ContactMoved(object sender, ContactEventArgs e)
 {
     Contacts1.Remove(e.Contact);
     Contacts1.Add(e.Contact);
 }