MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
frmUpdateLibraryStatus Constructor (main, filePaths)
NamespacesMPfmfrmUpdateLibraryStatusfrmUpdateLibraryStatus(frmMain, List<(Of <<'(String>)>>))
Constructor for the Update Library Status window. This is the constructor for the SpecificFiles mode. You must pass the files to update in parameter as a string List.
Declaration Syntax
C#Visual Basic
public frmUpdateLibraryStatus(
	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>)>)>)
Files to update

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