예제 #1
0
 private void delete_Click(object sender, EventArgs e)
 {
     ApiFunctions.DeleteEmployee(Convert.ToInt32(ID.Text));
     CleanAllText();
 }