Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/GaugesDemo.Wpf/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/GaugesDemo.Wpf/GaugesDemoModuleControl.vb

Imports Microsoft.VisualBasic
Imports System
Imports DevExpress.Xpf.DemoBase

Namespace GaugesDemo
	Public Class GaugesDemoModule
		Inherits DemoModule
		Public Sub New()
		End Sub

		Public Overrides ReadOnly Property AllowSwitchingTheme() As Boolean
			Get
				Return False
			End Get
		End Property
	End Class
End Namespace