using System.Windows.Controls; namespace VirgoUI.Client.Controls.Parts { /// <summary> /// Overview.xaml 的交互逻辑 /// </summary> public partial class EFEMTopView : UserControl { public EFEMTopView() { InitializeComponent(); } } }