| Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/VB/MapDemo/Controls/ |
| Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Silverlight/VB/MapDemo/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