' Classes/System/Threading/ManualResetEvent.ab #ifndef __SYSTEM_THREADING_MANUALRESETEVENT_AB__ #define __SYSTEM_THREADING_MANUALRESETEVENT_AB__ NameSpace System NameSpace Threading Class ManualResetEvent Inherits System.Threading.EventWaitHandle Public Sub ManualResetEvent(initialState As Boolean) This.EventWaitHandle(initialState,EventResetMode.ManualReset) End Sub End Class End Namespace End Namespace #endif