C# Class SubtitleFontReplacer.State

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

Method Description
OnState ( string state ) : IDisposable
State ( string initialState ) : System

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void
PopState ( ) : void
PushState ( string state ) : void

Method Details

OnState() public method

public OnState ( string state ) : IDisposable
state string
return IDisposable

State() public method

public State ( string initialState ) : System
initialState string
return System