Exemplo n.º 1
0
 private void button12_Click(object sender, EventArgs e)
 {
     string[] s = textBox1.Lines;
     textBox1.Lines = AShelp.RandomStrings(s);
 }