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