示例#1
0
 private void btn_Delete_Click(object sender, EventArgs e)
 {
     clientLogic.DeleteById(int.Parse(textBoxId.Text));
 }