Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. using System;
  2.  
  3. public class AppEventsClass
  4. {
  5. public string title { get; set; }
  6. public string description { get; set; }
  7.  
  8. }
  9.  
  10. {"d":"[title":"test","description":"test desc"},{"title":"test2","description":"desc test 2"}]"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement