예제 #1
0
 public Post_model Post_model;   //原贴类,拥有原贴的信息
 /// <summary>
 /// 构造函数
 /// </summary>
 public Collect_model()
 {
     Collector  = new User_model();
     Post_model = new Post_model();
 }
예제 #2
0
 public Post_model Post_model;     //原贴类,拥有原贴的信息
 /// <summary>
 /// 构造函数
 /// </summary>
 public ReplyPost_model()
 {
     Commenter  = new User_model();
     Post_model = new Post_model();
 }