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