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

36 lines
938 B

  1. global using BPA.Message;
  2. global using BPA.Message.Enum;
  3. global using BPASmartClient.Device;
  4. global using BPASmartClient.EventBus;
  5. global using BPASmartClient.Helper;
  6. global using BPASmartClient.MilkWithTea.Model;
  7. global using BPASmartClient.Model;
  8. global using BPASmartClient.MorkMOC;
  9. global using System;
  10. global using System.Collections.Generic;
  11. global using System.Collections.ObjectModel;
  12. global using System.Linq;
  13. global using System.Text;
  14. global using System.Threading.Tasks;
  15. global using System.Windows;
  16. global using System.Configuration;
  17. global using System.Data;
  18. namespace BPASmartClient.MilkWithTea
  19. {
  20. /// <summary>
  21. /// Interaction logic for App.xaml
  22. /// </summary>
  23. public partial class App : Application
  24. {
  25. protected override void OnStartup(StartupEventArgs e)
  26. {
  27. base.OnStartup(e);
  28. SystemHelper.GetInstance.CreateDesktopShortcut();
  29. }
  30. }
  31. }