MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
frmAddEditMarker Constructor (main, mode, audioFile, markerId)
NamespacesMPfmfrmAddEditMarkerfrmAddEditMarker(frmMain, AddEditMarkerWindowMode, AudioFile, Guid)
Constructor for Add/Edit Marker window. Requires a hook to the main form and the window mode must be specified.
Declaration Syntax
C#Visual Basic
public frmAddEditMarker(
	frmMain main,
	AddEditMarkerWindowMode mode,
	AudioFile audioFile,
	Guid markerId
)
Public Sub New ( _
	main As frmMain, _
	mode As AddEditMarkerWindowMode, _
	audioFile As AudioFile, _
	markerId As Guid _
)
Parameters
main (frmMain)
Hook to the main window
mode (AddEditMarkerWindowMode)
Window mode
audioFile (AudioFile)
AudioFile linked to the marker
markerId (Guid)
Identifier of the marker (if it exists)

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