using System.Windows.Controls; namespace ProxySuper.WPF.Controls { /// /// HostControl.xaml 的交互逻辑 /// public partial class HostControl : UserControl { public HostControl() { InitializeComponent(); } } }