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