Example #1
0
 public Opml(string title)
 {
     head       = new OpmlHead();
     head.title = title;
     body       = new OpmlBody();
 }
Example #2
0
 public Opml()
 {
     body = new OpmlBody();
 }