예제 #1
0
파일: AtomFeed.cs 프로젝트: dblock/sncore
 /// <summary>
 /// Initialize a new instance of the <see cref="AtomFeed"/> class.
 /// </summary>
 public AtomFeed(Uri ns)
     : base(ns)
 {
     _generator = new AtomGenerator(ns);
 }
예제 #2
0
 /// <summary>
 /// Initialize a new instance of the <see cref="AtomFeed"/> class.
 /// </summary>
 public AtomFeed(Uri ns)
     : base(ns)
 {
     _generator = new AtomGenerator(ns);
 }