Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (dictionary.ContainsKey(ID.ToString())!=null)
  2. {
  3. dictionary[ID.ToString()] += Convert.ToInt32(quantity);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement