PMPIDView.xaml.cs 291 B

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