|
Last change
on this file since 281 was 272, checked in by イグトランス (egtra), 19 years ago |
|
StringBuilderを追加。String不変へ。共通の文字列操作関数をActiveBasic.Strings内に配置(設計に検討の余地あり)。
|
|
File size:
525 bytes
|
| Line | |
|---|
| 1 | ' インデックス プログラム
|
|---|
| 2 |
|
|---|
| 3 | 'Win32APIの定義ファイル
|
|---|
| 4 |
|
|---|
| 5 | 'プロジェクト内のプログラム ファイル
|
|---|
| 6 | #include "ObjectTest.ab"
|
|---|
| 7 | _ClearNamespaceImported
|
|---|
| 8 | #include "StringTest.ab"
|
|---|
| 9 | _ClearNamespaceImported
|
|---|
| 10 | #include "GCHandleTest.ab"
|
|---|
| 11 | _ClearNamespaceImported
|
|---|
| 12 | #include "VersionTest.ab"
|
|---|
| 13 | _ClearNamespaceImported
|
|---|
| 14 | #include "PathTest.ab"
|
|---|
| 15 | _ClearNamespaceImported
|
|---|
| 16 | #include "DateTimeTest.ab"
|
|---|
| 17 | _ClearNamespaceImported
|
|---|
| 18 | #include "ActiveBasic.StringsTest.ab"
|
|---|
| 19 | _ClearNamespaceImported
|
|---|
| 20 | #include "StringBuilderTest.ab"
|
|---|
| 21 | _ClearNamespaceImported
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.