Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/MapDemo.Wpf/Controls/ |
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/MapDemo.Wpf/Controls/PlaneInfoPanel.vb |
Imports Microsoft.VisualBasic Imports System Imports System.Windows.Controls Imports System.Windows Imports System.Windows.Threading Namespace MapDemo Public Class PlaneInfoPanel Inherits VisibleControl Public Sub New() DefaultStyleKey = GetType(PlaneInfoPanel) End Sub End Class End Namespace