Exemplo n.º 1
0
 private void numericUpDown1_ValueChanged(object sender, EventArgs e)
 {
     textBox1.Text = AlphabetNumber.toAlphabetNumber((Int64)numericUpDown1.Value);
 }
Exemplo n.º 2
0
 private void btnItS_Click(object sender, EventArgs e)
 {
     textBox1.Text = AlphabetNumber.toAlphabetNumber((int)numericUpDown1.Value);
 }