Beispiel #1
0
 public FlowComment()
 {
     this.m_FlowCommentCollection = new FlowCommentCollection();
     this.m_FlowCommentCollectionView = new ListCollectionView(this.m_FlowCommentCollection);
     this.m_FlowCommentCollectionView.CurrentChanged += new EventHandler(m_FlowCommentCollectionView_CurrentChanged);
 }
Beispiel #2
0
 public FlowComment()
 {
     this.m_FlowCommentCollection     = new FlowCommentCollection();
     this.m_FlowCommentCollectionView = new ListCollectionView(this.m_FlowCommentCollection);
     this.m_FlowCommentCollectionView.CurrentChanged += new EventHandler(m_FlowCommentCollectionView_CurrentChanged);
 }