1. 26.
    +1
    textBox2.Clear();
    for (int a = 0; a < textBox1.Text. Length; a++)
    {
    textBox2.Text = textBox1.Text. Substring(a, 1) + textBox2.Text;
    }
    ···
   tümünü göster