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/WeatherInfoPanel.vb |
Imports Microsoft.VisualBasic Imports System Namespace MapDemo Public Class WeatherInfoPanel Inherits VisibleControl Public Sub New() DefaultStyleKey = GetType(WeatherInfoPanel) End Sub End Class End Namespace