- global using System;
- global using System.Collections.Generic;
- global using System.Collections.ObjectModel;
- global using System.Configuration;
- global using System.Data;
- global using System.Linq;
- global using System.Threading;
- global using System.Threading.Tasks;
- global using System.Windows;
- global using System.Diagnostics;
- global using System.IO;
- global using System.Drawing;
- global using System.Windows.Media;
- global using BPA.Helper;
- global using BPA.Communication;
- global using BPASmartClient.CustomResource.Pages.Enums;
- global using BPASmartClient.CustomResource.Pages.Model;
- global using BPASmartClient.CustomResource.Pages.View;
- global using BPASmartClient.CustomResource.Pages.ViewModel;
-
|