Exemple #1
0
 private void tsBtCancelar_Click(object sender, EventArgs e)
 {
     GeneralC.fnCancelarForm(this, tstMenuEvolucion, tsBtNuevo, tsBtBuscar);
     evolucionMedica.idEvolucion = ConstanteGeneral.PREDETERMINADO;
     dtpFecha.Text = Convert.ToString(GeneralC.obtenerFechaServidor());
 }