Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            int len = Talker.BalhBalhBalh(textBox1.Text, (int)numericUpDown1.Value);

            MessageBox.Show("the message length is " + len);
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            int len = Talker.BlahBlahBlah(textBox1.Text, (int)numericUpDown1.Value);

            MessageBox.Show("O tamanho da mensagem é " + len);
        }
Exemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            int length = Talker.blaBlaBla(textBox1.Text, (int)numericUpDown1.Value);

            MessageBox.Show("Długośc wiadomości to: " + length);
        }
Exemplo n.º 4
0
 private void button1_Click(object sender, EventArgs e)
 {
     MessageBox.Show("The length is: " + Talker.BlahBlahBlah(textBox1.Text, (int)numericUpDown1.Value));
 }