예제 #1
0
 private void btn_Delete_Click(object sender, EventArgs e)
 {
     areaLogic.DeleteById(int.Parse(textBoxId.Text));
 }