source: Include/Classes/System/Windows/Forms/PaintEventArgs.ab@ 282

Last change on this file since 282 was 282, checked in by イグトランス (egtra), 17 years ago

#121対応、Classes/System/Windows/Forms以下を名前空間に入れた。

File size: 437 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#require <Classes/System/misc.ab>
7
8Namespace System
9Namespace Windows
10Namespace Forms
11
12Class PaintEventArgs
13 Inherits System.EventArgs
14End Class
15
16End Namespace 'Forms
17End Namespace 'Widnows
18End Namespace 'System
19
20#endif '__SYSTEM_WINDOWS_FORMS_PAINTEVENTARGS_AB__
Note: See TracBrowser for help on using the repository browser.