MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
frmEditSongMetadata Constructor (main, filePaths)
NamespacesMPfmfrmEditSongMetadatafrmEditSongMetadata(frmMain, List<(Of <<'(String>)>>))
Constructor for Edit Song Metadata window. Requires a hook to the main form and the file path(s) to the files to edit.
Declaration Syntax
C#Visual Basic
public frmEditSongMetadata(
	frmMain main,
	List<string> filePaths
)
Public Sub New ( _
	main As frmMain, _
	filePaths As List(Of String) _
)
Parameters
main (frmMain)
Hook to main form
filePaths (List<(Of <(<'String>)>)>)
List of file paths

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