예제 #1
0
 protected void final(object sender, EventArgs e)
 {
     MiCalendario.verCalendario(this, "fechafinal");
 }
예제 #2
0
 protected void inicio(object sender, EventArgs e)
 {
     MiCalendario.verCalendario(this, "fechainicio");
 }
 protected void Button1_Click(object sender, EventArgs e)
 {
     MiCalendario.verCalendario(this, "txtFecha", txtFecha.Text);
 }