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

AddRawMaterialView.xaml.cs 321 B

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