Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/MapDemo.Wpf/Controls/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/MapDemo.Wpf/Controls/PlaneInfoPanel.cs

using System;
using System.Windows.Controls;
using System.Windows;
using System.Windows.Threading;

namespace MapDemo {
    public class PlaneInfoPanel : VisibleControl {
        public PlaneInfoPanel() {
            DefaultStyleKey = typeof(PlaneInfoPanel);
        }
    }
}