コード例 #1
0
ファイル: FlowComment.cs プロジェクト: WilliamCopland/YPILIS
 public FlowComment()
 {
     this.m_FlowCommentCollection = new FlowCommentCollection();
     this.m_FlowCommentCollectionView = new ListCollectionView(this.m_FlowCommentCollection);
     this.m_FlowCommentCollectionView.CurrentChanged += new EventHandler(m_FlowCommentCollectionView_CurrentChanged);
 }
コード例 #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);
 }