using System.Windows.Controls; namespace HeBianGu.App.Disk.View.Custom { /// /// HomeControl.xaml 的交互逻辑 /// public partial class CustomControl : UserControl { public CustomControl() { InitializeComponent(); } } }