Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class DataValue
  2. {
  3. public int key{get;set;}
  4. public String DisplayName{get;set;}
  5. }
  6.  
  7. List<DataValue> _dataSource;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement