终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 line
328 B

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