C# Class W3SavegameEditor.Core.Common.ReadSavegameProgress

Inheritance: IReadSavegameProgress, INotifyPropertyChanged
Afficher le fichier Open project: Atvaark/W3SavegameEditor Class Usage Examples

Méthodes publiques

Méthode Description
Report ( bool running, bool indeterministic, int value, int max ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

Report() public méthode

public Report ( bool running, bool indeterministic, int value, int max ) : void
running bool
indeterministic bool
value int
max int
Résultat void