Пример #1
0
 public Channel(XElementWithID source, string target)
     : base(ns + "channel")
 {
     this.Add(
         new XAttribute("source", "#" + source.ID),
         new XAttribute("target", target)
         );
 }
Пример #2
0
 public Channel(XElementWithID source, string target)
     : base(ns + "channel")
 {
     this.Add(
         new XAttribute("source", "#" + source.ID),
         new XAttribute("target", target)
     );
 }