/ Published in: VB.NET
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Public Structure SnipplrSnippet Public id As String Public user_id As String Public username As String Public title As String Public language As String Public comment As String Public created As String Public updated As String Public source As String Public tags As String Public snipplr_url As String End Structure