Exemplo n.º 1
0
 public Number_PropertyType(Integer Integer)
 {
     this.Integer=Integer;
 }
Exemplo n.º 2
0
 public XRootNamespace(Integer root)
 {
     this.doc=new XDocument(root.Untyped);
     this.rootObject=root;
 }