コード例 #1
0
 /// <summary>
 /// Liampia textBox, el comboBox y el Label.
 /// </summary>
 private void Limpiar()
 {
     LabelResultado.Text = "";
     PrimerNumero.Clear();
     SegundoNumero.Clear();
     Accion.SelectedIndex = -1;
 }