Inheritance: System.MarshalByRefObject
Example #1
0
 //[XmlElement  ] public Untyped          Untyped             { get; set; }
 public View()
 {
     items    = new Items();
     //Untyped  = new Untyped();
 }
Example #2
0
 public View()
 {
     items    = new Items();
 }