1 | #require "./ActiveBasic/misc.ab"
|
---|
2 | #require "./ActiveBasic/Core/InterfaceInfo.ab"
|
---|
3 | #require "./ActiveBasic/Core/TypeInfo.ab"
|
---|
4 | #require "./ActiveBasic/CType/CType.ab"
|
---|
5 | #require "./ActiveBasic/Math/Math.ab"
|
---|
6 | #require "./ActiveBasic/Strings/SPrintF.ab"
|
---|
7 | #require "./ActiveBasic/Strings/Strings.ab"
|
---|
8 | #require "./ActiveBasic/Windows/CriticalSection.ab"
|
---|
9 | #require "./ActiveBasic/Windows/WindowHandle.sbp"
|
---|
10 | #require "./ActiveBasic/Windows/Windows.ab"
|
---|
11 | #require "./System/Blittable.ab"
|
---|
12 | #require "./System/Console.ab"
|
---|
13 | #require "./System/DateTime.ab"
|
---|
14 | #require "./System/Delegate.ab"
|
---|
15 | #require "./System/Environment.ab"
|
---|
16 | #require "./System/Exception.ab"
|
---|
17 | #require "./System/GC.ab"
|
---|
18 | #require "./System/Math.ab"
|
---|
19 | #require "./System/misc.ab"
|
---|
20 | #require "./System/Object.ab"
|
---|
21 | #require "./System/OperatingSystem.ab"
|
---|
22 | #require "./System/String.ab"
|
---|
23 | #require "./System/TimeSpan.ab"
|
---|
24 | #require "./System/TypeInfo.ab"
|
---|
25 | #require "./System/Version.ab"
|
---|
26 | #require "./System/Collections/ArrayList.ab"
|
---|
27 | #require "./System/Collections/misc.ab"
|
---|
28 | #require "./System/Collections/Generic/Dictionary.ab"
|
---|
29 | #require "./System/Collections/Generic/List.ab"
|
---|
30 | #require "./System/Collections/Generic/KeyNotFoundException.ab"
|
---|
31 | /*
|
---|
32 | #require "./System/Data/Odbc/Odbc.ab"
|
---|
33 | */
|
---|
34 | #require "./System/Diagnostics/base.ab"
|
---|
35 | #require "./System/Diagnostics/Debug.ab"
|
---|
36 | #require "./System/Diagnostics/Trace.ab"
|
---|
37 | #require "./System/Diagnostics/TraceListener.ab"
|
---|
38 | #require "./System/Diagnostics/TraceListenerCollection.ab"
|
---|
39 | /*
|
---|
40 | #require "./System/Drawing/CharacterRange.ab"
|
---|
41 | #require "./System/Drawing/Color.ab"
|
---|
42 | #require "./System/Drawing/Font.ab"
|
---|
43 | #require "./System/Drawing/Graphics.ab"
|
---|
44 | #require "./System/Drawing/Image.ab"
|
---|
45 | #require "./System/Drawing/misc.ab"
|
---|
46 | #require "./System/Drawing/Point.ab"
|
---|
47 | #require "./System/Drawing/PointF.ab"
|
---|
48 | #require "./System/Drawing/Rectangle.ab"
|
---|
49 | #require "./System/Drawing/RectangleF.ab"
|
---|
50 | #require "./System/Drawing/Size.ab"
|
---|
51 | #require "./System/Drawing/SizeF.ab"
|
---|
52 | #require "./System/Drawing/Drawing2D/Matrix.ab"
|
---|
53 | #require "./System/Drawing/Drawing2D/misc.ab"
|
---|
54 | #require "./System/Drawing/Imaging/MetafileHeader.ab"
|
---|
55 | #require "./System/Drawing/Imaging/misc.ab"
|
---|
56 | #require "./System/Drawing/Text/misc.ab"
|
---|
57 | */
|
---|
58 | #require "./System/IO/Directory.ab"
|
---|
59 | #require "./System/IO/DirectoryInfo.ab"
|
---|
60 | #require "./System/IO/DirectorySecurity.ab"
|
---|
61 | #require "./System/IO/DriveInfo.ab"
|
---|
62 | #require "./System/IO/Exception.ab"
|
---|
63 | #require "./System/IO/File.ab"
|
---|
64 | #require "./System/IO/FileInfo.ab"
|
---|
65 | #require "./System/IO/FileStream.ab"
|
---|
66 | #require "./System/IO/FileSystemInfo.ab"
|
---|
67 | #require "./System/IO/misc.ab"
|
---|
68 | #require "./System/IO/Path.ab"
|
---|
69 | #require "./System/IO/Stream.ab"
|
---|
70 | #require "./System/IO/TextReader.ab"
|
---|
71 | #require "./System/IO/StreamReader.ab"
|
---|
72 | #require "./System/IO/StringReader.ab"
|
---|
73 | #require "./System/IO/StreamWriter.ab"
|
---|
74 | #require "./System/IO/TextReader.ab"
|
---|
75 | #require "./System/Media/SystemSound.ab"
|
---|
76 | #require "./System/Media/SystemSounds.ab"
|
---|
77 | #require "./System/Reflection/MemberInfo.ab"
|
---|
78 | #require "./System/Runtime/InteropServices/GCHandle.ab"
|
---|
79 | #require "./System/Security/AccessControl/misc.ab"
|
---|
80 | #require "./System/Text/StringBuilder.ab"
|
---|
81 | #require "./System/Text/Encoding.ab"
|
---|
82 | #require "./System/Text/UTF8Encoding.ab"
|
---|
83 | #require "./System/Text/DecoderFallback.ab"
|
---|
84 | #require "./System/Threading/AutoResetEvent.ab"
|
---|
85 | #require "./System/Threading/EventWaitHandle.ab"
|
---|
86 | #require "./System/Threading/ManualResetEvent.ab"
|
---|
87 | #require "./System/Threading/Mutex.ab"
|
---|
88 | #require "./System/Threading/Semaphore.ab"
|
---|
89 | #require "./System/Threading/Thread.ab"
|
---|
90 | #require "./System/Threading/Timeout.ab"
|
---|
91 | #require "./System/Threading/WaitHandle.ab"
|
---|
92 | #require "./System/Windows/Forms/Application.ab"
|
---|
93 | #require "./System/Windows/Forms/Control.ab"
|
---|
94 | #require "./System/Windows/Forms/CreateParams.ab"
|
---|
95 | #require "./System/Windows/Forms/Message.ab"
|
---|
96 | #require "./System/Windows/Forms/MessageBox.ab"
|
---|
97 | #require "./System/Windows/Forms/misc.ab"
|
---|
98 | #require "./System/Windows/Forms/PaintEventArgs.ab"
|
---|
99 | #require "./System/Xml/XmlAttribute.ab"
|
---|
100 | #require "./System/Xml/XmlCharacterData.ab"
|
---|
101 | #require "./System/Xml/XmlDeclaration.ab"
|
---|
102 | #require "./System/Xml/XmlDocument.ab"
|
---|
103 | #require "./System/Xml/XmlElement.ab"
|
---|
104 | #require "./System/Xml/XmlLinkedNode.ab"
|
---|
105 | #require "./System/Xml/XmlNode.ab"
|
---|
106 | #require "./System/Xml/XmlText.ab"
|
---|