终端一体化运控平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

22 lignes
701 B

  1. global using System;
  2. global using System.Collections.Generic;
  3. global using System.Collections.ObjectModel;
  4. global using System.Configuration;
  5. global using System.Data;
  6. global using System.Linq;
  7. global using System.Threading;
  8. global using System.Threading.Tasks;
  9. global using System.Windows;
  10. global using System.Diagnostics;
  11. global using System.IO;
  12. global using System.Drawing;
  13. global using System.Windows.Media;
  14. global using BPA.Helper;
  15. global using BPA.Communication;
  16. global using BPASmartClient.CustomResource.Pages.Enums;
  17. global using BPASmartClient.CustomResource.Pages.Model;
  18. global using BPASmartClient.CustomResource.Pages.View;
  19. global using BPASmartClient.CustomResource.Pages.ViewModel;