Mini Kabibi Habibi
Imports Microsoft.VisualBasic
Imports System.Windows
Imports System.Windows.Input
Imports System.Windows.Controls.Primitives
Imports DevExpress.Xpf.DemoBase
Imports System.Windows.Controls
Imports DevExpress.Xpf.Carousel
Imports System.Collections.Generic
Imports System.Windows.Markup
Imports System.Windows.Data
Imports System.Windows.Media
Namespace CarouselDemo
Partial Public Class MediaStore
Inherits CarouselDemoModule
Public Sub New()
InitializeComponent()
End Sub
End Class
End Namespace