Class ProgressBar
- Namespace
- SunamoShared
- Assembly
- SunamoShared.dll
Demo progress bar for testing song download simulation.
public class ProgressBar
- Inheritance
-
ProgressBar
- Inherited Members
- Extension Methods
Methods
GetAllSongFromInternet()
Simulates downloading all songs with progress tracking.
public static List<int> GetAllSongFromInternet()
Returns
Events
AnotherSong
Raised when the next song download begins.
public static event Action? AnotherSong
Event Type
OverallSongs
Raised at the start of the download process with the total number of songs.
public static event Action<int>? OverallSongs
Event Type
WriteProgressBarEnd
Raised when all song downloads are complete and the progress bar should close.
public static event Action? WriteProgressBarEnd