Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (comboBoxName.Text.IndexOf("party") == 0 && comboBoxName.Text.LastIndexOf("party") == 0)
- {
- reciveCode
- }
- else if (comboBoxName.Text.IndexOf("ship") == 0 && comboBoxName.Text.LastIndexOf("ship") == 0)
- {
- reciveCode
- }
- else
- {
- SENDCODE
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement