C# Class ClientLauncher.ApplicationUpdates.DownloadProgressEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: swganhtools/swganhclientlauncher Class Usage Examples

Méthodes publiques

Méthode Description
DownloadProgressEventArgs ( long nDownloaded, long nTotal ) : System

Method Details

DownloadProgressEventArgs() public méthode

public DownloadProgressEventArgs ( long nDownloaded, long nTotal ) : System
nDownloaded long
nTotal long
Résultat System