C# Class AcManager.Tools.GameProperties.RhmService

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, IDisposable
Show file Open project: gro-ove/actools

Public Methods

Method Description
Dispose ( ) : void
SetListener ( ) : void

Private Methods

Method Description
CheckSettings ( ) : bool
EnsureRunned ( bool keepVisible = false ) : bool
EnsureStopped ( ) : void
KeepRunning ( ) : void
NonCmInstanceRunned ( ) : bool
OnGameEnded ( object sender, GameEndedArgs e ) : void
OnGameStarted ( object sender, GameStartedArgs e ) : void
OnSettingChanged ( object sender, System e ) : void
RhmService ( ) : System
RunRhm ( bool keepVisible = false ) : bool
SetVisibility ( bool visible ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SetListener() public method

public SetListener ( ) : void
return void