Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. If accion = "new" Then
  2. If MessageBox.Show("¿Seguro que desea Registrar?", "Aviso Importante",
  3. MessageBoxButtons.YesNo, MessageBoxIcon.Question) = Windows.Forms.DialogResult.Yes Then
  4. ClassGeneral.IURegistros("new", "0", cmbAceite.EditValue, cmbfiltro.EditValue, cmbplaca.EditValue, txtActual.EditValue, txtcambio.EditValue, dtFecha.EditValue)
  5. End If
  6. End If
  7.  
  8. DialogResult.Yes
  9.  
  10. System.Windows.Forms.DialogResult.Yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement