File: GlobalUsings.cs
Web Access
Project: src\src\test\integration\DesignSurface\DemoConsole\DemoConsole.csproj (DesignSurface)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
global using System.Windows.Forms;
global using System.Drawing;
global using System.Diagnostics;
global using System.ComponentModel;
global using System.ComponentModel.Design;
global using System.Windows.Forms.Design;
global using DesignSurfaceExt;
global using Timer = System.Windows.Forms.Timer;