Example #1
0
 public XRootNamespace(NewDataSet root)
 {
     this.doc = new XDocument(root.Untyped);
     this.rootObject = root;
 }
Example #2
0
 public XRootNamespace(NewDataSet root)
 {
     this.doc        = new XDocument(root.Untyped);
     this.rootObject = root;
 }