Exemplo n.º 1
0
 private void BtnCancelar_Click(object sender, EventArgs e)
 {
     TxtGalones.Clear();
     TxtLitros.Clear();
 }
Exemplo n.º 2
0
 private void BtnLimpiar_Click(object sender, EventArgs e)
 {
     TxtLitros.Clear();
     TxtGalones.Clear();
     TxtLitros.Focus();
 }