Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/CarouselDemo.Wpf/Modules/ |
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/CarouselDemo.Wpf/Modules/MediaStore.xaml.cs |
using System.Windows; using System.Windows.Input; using System.Windows.Controls.Primitives; using DevExpress.Xpf.DemoBase; using System.Windows.Controls; using DevExpress.Xpf.Carousel; using System.Collections.Generic; using System.Windows.Markup; using System.Windows.Data; using System.Windows.Media; namespace CarouselDemo { public partial class MediaStore : CarouselDemoModule { public MediaStore() { InitializeComponent(); } } }