using System.Windows.Controls; namespace LocalhostMES.Views.Tabs { /// <summary> /// TcpServerView.xaml 的交互逻辑 /// </summary> public partial class TcpServerView : UserControl { public TcpServerView() { InitializeComponent(); } } }