Guest User

Untitled

a guest
Jan 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. foreach (Control a in Controls)
  2. {
  3. if (a is PictureBox)
  4. {
  5. ListOfInvaders.Add(a as PictureBox);
  6. }
  7. }
Add Comment
Please, Sign In to add comment