Example #1
0
 /// <summary>
 /// deleting from the listBox
 /// </summary>
 private void btnDelete_Click(object sender, EventArgs e)
 {
     m_contactMngr.DeleteContact(listBoxConReg.SelectedIndex);
     UpdateGUi();
 }