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