Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if(dicLotto.ContainsKey(item.drwNo) == true)
  2. {
  3. //Already exist.
  4. dicLotto[item.drwNo] = item;
  5. }
  6. else
  7. {
  8. dicLotto.Add(item.drwNo, item);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement