Advertisement
WindowsTV

Untitled

May 21st, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. if (comboBoxName.Text.IndexOf("party") == 0 && comboBoxName.Text.LastIndexOf("party") == 0)
  2. {
  3.      reciveCode
  4. }
  5. else if (comboBoxName.Text.IndexOf("ship") == 0 && comboBoxName.Text.LastIndexOf("ship") == 0)
  6. {
  7.      reciveCode
  8. }
  9. else
  10. {
  11.     SENDCODE
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement