Esempio n. 1
0
 /// <summary>
 /// Creates a <see cref="MapCustomExperience"/> from <see cref="Windows.UI.Xaml.Controls.Maps.MapCustomExperience"/>.
 /// </summary>
 /// <param name="args">The <see cref="Windows.UI.Xaml.Controls.Maps.MapCustomExperience"/> instance containing the event data.</param>
 /// <returns><see cref="MapCustomExperience"/></returns>
 public static MapCustomExperience FromMapCustomExperience(Windows.UI.Xaml.Controls.Maps.MapCustomExperience args)
 {
     return(new MapCustomExperience(args));
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MapCustomExperience"/> class, a
 /// Wpf-enabled wrapper for <see cref="Windows.UI.Xaml.Controls.Maps.MapCustomExperience"/>
 /// </summary>
 public MapCustomExperience(Windows.UI.Xaml.Controls.Maps.MapCustomExperience instance)
 {
     this.UwpInstance = instance;
 }