C# Class Candy.Updater.ProgressExtensions

Show file Open project: Wabyon/Candy

Public Methods

Method Description
Report ( this progress, int percentage, string message ) : void

Method Details

Report() public static method

public static Report ( this progress, int percentage, string message ) : void
progress this
percentage int
message string
return void