16 lines
658 B
C#
16 lines
658 B
C#
global using System.Collections;
|
|
global using System.Collections.ObjectModel;
|
|
global using System.Collections.Specialized;
|
|
global using System.ComponentModel;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using System.ComponentModel.DataAnnotations.Schema;
|
|
global using System.Diagnostics;
|
|
global using System.Numerics;
|
|
global using System.Runtime.CompilerServices;
|
|
global using System.Runtime.InteropServices;
|
|
global using System.Runtime.Serialization;
|
|
global using System.Text.Json;
|
|
global using System.Text.Json.Serialization;
|
|
global using QWERTYkez.Mensura;
|
|
global using QWERTYkez.Mensura.Extensions;
|
|
global using QWERTYkez.Mensura.Units; |