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