终端一体化运控平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
340 B

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