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.
|
- #define FormalRuntime
-
- global using System;
- global using System.Collections.Generic;
- global using System.Linq;
- global using System.Text;
- global using System.Threading.Tasks;
- global using BPA.Communication;
- global using BPA.Helper;
- global using BPASmartClient.Business;
- global using BPASmartClient.CustomResource;
- global using BPASmartClient.MorkCL.View;
- global using BPASmartClient.MorkCL.ViewModel;
- global using BPASmartClient.MorkCL.Model;
- global using System.Collections.Concurrent;
- global using System.Collections.ObjectModel;
- global using BPASmartClient.Device;
- global using BPASmartClient.MorkCL.Model.Func;
- global using System.Threading;
- global using BPA.Communication.Base;
- global using BPASmartClient.MorkCL.Model.Control;
- global using BPASmartClient.CustomResource.UserControls;
- global using System.Windows;
|