using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using System.Windows.Controls; namespace Plane.Windows.Maps { /// /// Interaction logic for MapView.xaml /// public partial class MapView : UserControl { public MapView() { InitializeComponent(); } } }