摘要:
1 public class Clause : DependencyObject 2 { 3 public Clause() 4 { 5 this.Parent = null; 6 } 7 public Clause(Clause Parent) 8 { 9 this.Parent = Parent;10 }11 private ObservableCollection<Criteria> _criterias = n... 阅读全文
posted @ 2012-09-10 17:17
瓦男刀疤六
阅读(1475)
评论(0)
推荐(0)
浙公网安备 33010602011771号