C# Class SynthExport.PointCloudDownloader.CallbackEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: neonascent/SynthExport-Fork

Public Methods

Method Description
CallbackEventArgs ( int filesDownloaded, int totalFileCount ) : System

Method Details

CallbackEventArgs() public method

public CallbackEventArgs ( int filesDownloaded, int totalFileCount ) : System
filesDownloaded int
totalFileCount int
return System