SQLCallStackResolver/GUI/GlobalUsings.cs

19 строки
591 B
C#
Исходник Обычный вид История

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License - see LICENSE file in this repo.
global using System;
global using System.Collections.Generic;
global using System.ComponentModel;
global using System.Configuration;
global using System.Globalization;
global using System.IO;
global using System.Linq;
global using System.Net;
global using System.Reflection;
global using System.Resources;
global using System.Runtime.InteropServices;
global using System.Text;
global using System.Threading;
global using System.Threading.Tasks;
global using System.Windows.Forms;