Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. private void Button2_Click_1(object sender, EventArgs e)
  2. {
  3. String[] matriz = new String[listBox1.Items.Count];
  4. for (int i = 0; i < listBox1.Items.Count; i++)
  5. {
  6. matriz[i] = listBox1.Items[i].ToString();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement