终端一体化运控平台
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

16 satır
331 B

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