C# Class Espera.Core.Library.LibraryFillEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: gazwinter/Espera

Public Methods

Method Description
LibraryFillEventArgs ( Song song, int processedTagCount, int totalTagCount ) : System

Method Details

LibraryFillEventArgs() public method

public LibraryFillEventArgs ( Song song, int processedTagCount, int totalTagCount ) : System
song Song
processedTagCount int
totalTagCount int
return System