source: trunk/ab5.0/ablib/src/Classes/System/Threading/Timeout.ab

Last change on this file was 678, checked in by NoWest, 15 years ago

Forms.TimerクラスをThreading名前空間に引っ越す。
ついでにTimeoutのバグを修正

File size: 204 bytes
Line 
1' Classes/System/Threading/Timeout.ab
2
3Namespace System
4Namespace Threading
5
6Class Timeout
7Public
8 Static Const Infinite = -1 As Long
9End Class
10
11End Namespace 'Threading
12End Namespace 'System
Note: See TracBrowser for help on using the repository browser.