TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.UI/Formularios/ModificaNumeroRemesa.aspx.cs

32 lines
775 B
C#
Raw Normal View History

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class ModificaNumeroRemesa : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void txtRemesaActual_TextChanged(object sender, EventArgs e)
{
}
protected void ibtnProcesar_Click(object sender, ImageClickEventArgs e)
{
}
protected void ibtnLimpiar_Click(object sender, ImageClickEventArgs e)
{
this.txtCodRecaudador.Text = "";
this.txtRemesaNueva.Text = "";
}
}