Mini Kabibi Habibi

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