Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/SchedulerDemo.Wpf/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/SchedulerDemo.Wpf/Modules/DayView.xaml.vb

Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports DevExpress.XtraScheduler

Namespace SchedulerDemo
	Partial Public Class DayView
		Inherits SchedulerDemoModule
		Public Sub New()
			InitializeComponent()
			InitializeScheduler()
		End Sub
	End Class

	Public Class AppointmentSnapToCellsModeList
		Inherits List(Of AppointmentSnapToCellsMode)
	End Class
	Public Class AppointmentStatusDisplayTypeList
		Inherits List(Of AppointmentStatusDisplayType)
	End Class
End Namespace