终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

16 行
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. }