Last change
on this file since 475 was 388, checked in by イグトランス (egtra), 17 years ago |
Stringなどで例外を投げるようにした。
#147の解決。
CType ASCII文字判定関数群の追加。
|
File size:
400 bytes
|
Line | |
---|
1 | ' Classes/System/Windows/Forms/PaintEventArgs.ab
|
---|
2 |
|
---|
3 | #ifndef __SYSTEM_WINDOWS_FORMS_PAINTEVENTARGS_AB__
|
---|
4 | #define __SYSTEM_WINDOWS_FORMS_PAINTEVENTARGS_AB__
|
---|
5 |
|
---|
6 | Namespace System
|
---|
7 | Namespace Windows
|
---|
8 | Namespace Forms
|
---|
9 |
|
---|
10 | Class PaintEventArgs
|
---|
11 | Inherits System.EventArgs
|
---|
12 | End Class
|
---|
13 |
|
---|
14 | End Namespace 'Forms
|
---|
15 | End Namespace 'Widnows
|
---|
16 | End Namespace 'System
|
---|
17 |
|
---|
18 | #endif '__SYSTEM_WINDOWS_FORMS_PAINTEVENTARGS_AB__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.