Exemplo n.º 1
0
 public Marker()
 {
     this.m_MarkerCollection = new MarkerCollection();
     this.m_MarkerCollectionView = new ListCollectionView(this.m_MarkerCollection);
     this.m_MarkerCollectionView.CurrentChanged += new EventHandler(m_MarkerCollectionView_CurrentChanged);
 }
Exemplo n.º 2
0
 public Marker()
 {
     this.m_MarkerCollection     = new MarkerCollection();
     this.m_MarkerCollectionView = new ListCollectionView(this.m_MarkerCollection);
     this.m_MarkerCollectionView.CurrentChanged += new EventHandler(m_MarkerCollectionView_CurrentChanged);
 }