C# Class OpenBveApi.Packages.ProgressReport

Defines a progress report
Inheritance: System.EventArgs
Exibir arquivo Open project: leezer3/OpenBVE Class Usage Examples

Public Methods

Method Description
ProgressReport ( int progress, string file ) : System

The progress report

Method Details

ProgressReport() public method

The progress report
public ProgressReport ( int progress, string file ) : System
progress int
file string
return System