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