终端一体化运控平台
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.
 
 
 

23 rivejä
820 B

  1. #define FormalRuntime
  2. global using System;
  3. global using System.Collections.Generic;
  4. global using System.Linq;
  5. global using System.Text;
  6. global using System.Threading.Tasks;
  7. global using BPA.Communication;
  8. global using BPA.Helper;
  9. global using BPASmartClient.Business;
  10. global using BPASmartClient.CustomResource;
  11. global using BPASmartClient.MorkCL.View;
  12. global using BPASmartClient.MorkCL.ViewModel;
  13. global using BPASmartClient.MorkCL.Model;
  14. global using System.Collections.Concurrent;
  15. global using System.Collections.ObjectModel;
  16. global using BPASmartClient.Device;
  17. global using BPASmartClient.MorkCL.Model.Func;
  18. global using System.Threading;
  19. global using BPA.Communication.Base;
  20. global using BPASmartClient.MorkCL.Model.Control;
  21. global using BPASmartClient.CustomResource.UserControls;
  22. global using System.Windows;