C# 클래스 W3SavegameEditor.Core.Common.ReadSavegameProgress

상속: IReadSavegameProgress, INotifyPropertyChanged
파일 보기 프로젝트 열기: Atvaark/W3SavegameEditor 1 사용 예제들

공개 메소드들

메소드 설명
Report ( bool running, bool indeterministic, int value, int max ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

Report() 공개 메소드

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