Exemplo n.º 1
0
 protected void btn_Cruces_Click(object sender, EventArgs e)
 {
     Response.Redirect(FuncionesUrlString.getPath() + "Presentacion/SolicitudCruces.aspx");
 }
Exemplo n.º 2
0
 protected void btn_Adopciones_Click(object sender, EventArgs e)
 {
     Response.Redirect(FuncionesUrlString.getPath() + "Presentacion/Adopcion/GestionSolicitudAdopcion.aspx");
 }
Exemplo n.º 3
0
 protected void btn_Pedigri_Click(object sender, EventArgs e)
 {
     Response.Redirect(FuncionesUrlString.getPath() + "Presentacion/ConsultaSolicitud.aspx");
 }