C# Class W3SavegameEditor.Core.Common.ReadSavegameProgress

Inheritance: IReadSavegameProgress, INotifyPropertyChanged
Show file Open project: Atvaark/W3SavegameEditor Class Usage Examples

Public Methods

Method Description
Report ( bool running, bool indeterministic, int value, int max ) : void

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

Report() public method

public Report ( bool running, bool indeterministic, int value, int max ) : void
running bool
indeterministic bool
value int
max int
return void