コード例 #1
0
 private void BtnCancelar_Click(object sender, EventArgs e)
 {
     TxtGalones.Clear();
     TxtLitros.Clear();
 }
コード例 #2
0
 private void BtnLimpiar_Click(object sender, EventArgs e)
 {
     TxtLitros.Clear();
     TxtGalones.Clear();
     TxtLitros.Focus();
 }