Ejemplo n.º 1
0
 private void BtnDelete_Click(object sender, RoutedEventArgs e)
 {
     SetValores();
     ce.DeleteEmpleado(empleado);
 }