EFEMTopView.xaml.cs 256 B

12345678910111213141516
  1. using System.Windows.Controls;
  2. namespace VirgoUI.Client.Controls.Parts
  3. {
  4. /// <summary>
  5. /// Overview.xaml 的交互逻辑
  6. /// </summary>
  7. public partial class EFEMTopView : UserControl
  8. {
  9. public EFEMTopView()
  10. {
  11. InitializeComponent();
  12. }
  13. }
  14. }