C# Class ClientLauncher.ApplicationUpdates.DownloadProgressEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: swganhtools/swganhclientlauncher Class Usage Examples

Public Methods

Method Description
DownloadProgressEventArgs ( long nDownloaded, long nTotal ) : System

Method Details

DownloadProgressEventArgs() public method

public DownloadProgressEventArgs ( long nDownloaded, long nTotal ) : System
nDownloaded long
nTotal long
return System