1+ global using Gssoft . Gscad . ApplicationServices ;
2+ global using Gssoft . Gscad . DatabaseServices ;
3+ global using Gssoft . Gscad . EditorInput ;
4+ global using Gssoft . Gscad . Geometry ;
5+ global using Gssoft . Gscad . GraphicsInterface ;
6+ global using Gssoft . Gscad . Runtime ;
7+ global using Gssoft . Gscad . Windows ;
8+ global using Gssoft . Gscad . Colors ;
9+ global using Gssoft . Gscad . DatabaseServices . Filters ;
10+ global using Gssoft . Gscad . GraphicsSystem ;
11+ global using LineWeight = Gssoft . Gscad . DatabaseServices . LineWeight ;
12+ global using Viewport = Gssoft . Gscad . DatabaseServices . Viewport ;
13+ global using Color = Gssoft . Gscad . Colors . Color ;
14+ global using Acap = Gssoft . Gscad . ApplicationServices . Application ;
15+ global using Acaop = Gssoft . Gscad . ApplicationServices . Core . Application ;
16+ global using Polyline = Gssoft . Gscad . DatabaseServices . Polyline ;
17+ global using Group = Gssoft . Gscad . DatabaseServices . Group ;
18+ global using CursorType = Gssoft . Gscad . EditorInput . CursorType ;
19+ global using ColorDialog = Gssoft . Gscad . Windows . ColorDialog ;
20+ global using StatusBar = Gssoft . Gscad . Windows . StatusBar ;
21+ global using Utils = Gssoft . Gscad . Internal . Utils ;
22+
23+ global using ErrorStatus = Gssoft . Gscad . Runtime . ErrorStatus ;
24+ global using Gssoft . Gscad . BoundaryRepresentation ;
25+ global using SystemVariableChangedEventArgs = Gssoft . Gscad . ApplicationServices . SystemVariableChangedEventArgs ;
26+ global using AcException = Gssoft . Gscad . Runtime . Exception ;
27+ global using Marshaler = Gssoft . Gscad . Runtime . Marshaler ;
28+ global using System ;
29+ global using System . Reflection ;
30+ global using System . Collections ;
31+ global using System . Collections . Generic ;
32+ global using System . IO ;
33+ global using System . Linq ;
34+ global using System . Threading ;
35+ global using System . Text ;
36+ global using System . Runtime . InteropServices ;
37+ global using System . ComponentModel ;
38+ global using Exception = System . Exception ;
39+ global using DrawingColor = System . Drawing . Color ;
40+ global using Registry = Microsoft . Win32 . Registry ;
41+ global using RegistryKey = Microsoft . Win32 . RegistryKey ;
42+ global using Region = Gssoft . Gscad . DatabaseServices . Region ;
43+ global using Microsoft . Win32 ;
44+ global using System . Linq . Expressions ;
45+ global using System . Collections . ObjectModel ;
46+ // 系统引用
47+ global using System . Text . RegularExpressions ;
48+ global using System . Runtime . CompilerServices ;
49+ global using System . Windows . Input ;
50+ global using System . Globalization ;
51+ global using System . Diagnostics ;
52+
53+ // global using System.Windows.Data;
54+ global using System . Net ;
55+ global using System . Diagnostics . CodeAnalysis ;
56+ global using IFoxCAD . Basal ;
0 commit comments