Table of Contents

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

List<int>

Events

AnotherSong

Raised when the next song download begins.

public static event Action? AnotherSong

Event Type

Action

OverallSongs

Raised at the start of the download process with the total number of songs.

public static event Action<int>? OverallSongs

Event Type

Action<int>

WriteProgressBarEnd

Raised when all song downloads are complete and the progress bar should close.

public static event Action? WriteProgressBarEnd

Event Type

Action