using System.Windows.Controls; using Hopetry.Provider; namespace Hopetry.View.Send { /// /// DownControl.xaml 的交互逻辑 /// public partial class DownControl : UserControl { public DownControl() { InitializeComponent(); } } }