_global.cs 372 B

123456789101112131415
  1. global using System;
  2. global using System.Linq;
  3. global using System.Collections;
  4. global using System.Collections.Generic;
  5. global using System.Collections.Concurrent;
  6. global using System.Net;
  7. global using System.Net.Sockets;
  8. global using System.Threading;
  9. global using System.Threading.Tasks;
  10. global using System.Runtime.InteropServices;
  11. global using System.IO.Ports;