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