Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1.                 if (toolStripComboBox.SelectedIndex > 0)
  2.                 {
  3.                     return indexToFilterType[toolStripComboBox.SelectedIndex];
  4.                 }
  5.                 else
  6.                 {
  7.                     return indexToFilterType[0];
  8.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement