Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Select the last parameter in the list
  2. if (parametersListBox.SelectedIndex > -1)
  3. {
  4. parametersListBox.SetSelected(parametersListBox.SelectedIndex, true);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement