editar funcioanndo sin modificar la BD

This commit is contained in:
carlos
2024-06-19 18:00:24 -06:00
parent e8f4217415
commit 5ff9042e0a
5 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -57,7 +57,12 @@ namespace compabetov2.admin
private void pictureBox2_Click(object sender, EventArgs e)
{
try {
decimal precio = decimal.Parse(txtPrecio.Text);
}catch(Exception ex)
{
MessageBox.Show("Por favor introduzca un precio valido", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
private void pictureBox1_Click(object sender, EventArgs e)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.