MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
frmSplash Constructor (timerEnabled, initDone)
NamespacesMPfmfrmSplashfrmSplash(Boolean, Boolean)
Constructor for the Splash screen window. A timer can be activated using the timerEnabled parameter. The initialization phase can be skipped.
Declaration Syntax
C#Visual Basic
public frmSplash(
	bool timerEnabled,
	bool initDone
)
Public Sub New ( _
	timerEnabled As Boolean, _
	initDone As Boolean _
)
Parameters
timerEnabled (Boolean)
If true, the timer is enabled.
initDone (Boolean)
Is the initialization done?

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)