コード例 #1
0
 private void BtnLimpiar_Click(object sender, EventArgs e)
 {
     TxtPrimerNumero.Clear();
     TxtSegundoNumero.Clear();
     TxtMenor.Clear();
     TxtMayor.Clear();
 }
コード例 #2
0
ファイル: FormSuma.cs プロジェクト: AlexOmartinez/Alex
 private void BtnCancelar_Click(object sender, EventArgs e)
 {
     TxtPrimerNumero.Clear();
     TxtSegundoNumero.Clear();
     TxtTercerNumero.Clear();
     TxtResultado.Clear();
     TxtPrimerNumero.Focus();
 }