Inheritance: System.MarshalByRefObject
コード例 #1
0
ファイル: guidanceexplorer.cs プロジェクト: sarvaje/Master
 //[XmlElement  ] public Untyped          Untyped             { get; set; }
 public View()
 {
     items    = new Items();
     //Untyped  = new Untyped();
 }
コード例 #2
0
ファイル: guidanceexplorer.cs プロジェクト: TeamMentor/Dev
 public View()
 {
     items    = new Items();
 }