Exemple #1
0
 /// <summary>
 /// Constructs a new MapMarker object with a parent view model
 /// </summary>
 /// <param name="parentViewModel">The parent view model of the marker</param>
 /// <remarks>
 /// I hate having this set up like this, but there was no other way
 ///  that I could make the Remove functionality work property
 /// </remarks>
 public MapMarker(ViewModels.MarkersViewModel parentViewModel)
     : this()
 {
     this.parentViewModel = parentViewModel;
 }
Exemple #2
0
 /// <summary>
 /// Constructs a new MapMarker object with a parent view model
 /// </summary>
 /// <param name="parentViewModel">The parent view model of the marker</param>
 /// <remarks>
 /// I hate having this set up like this, but there was no other way
 ///  that I could make the Remove functionality work property
 /// </remarks>
 public MapMarker(ViewModels.MarkersViewModel parentViewModel)
     : this()
 {
     this.parentViewModel = parentViewModel;
 }