C# Class SatoruErogeTimer.ErogeNode

Inheritance: Eroge
Afficher le fichier Open project: Aixile/Etupirka

Méthodes publiques

Méthode Description
ErogeNode ( ) : System
ErogeNode ( string _title, int _time, string _addr, RunningStatus _status = RunningStatus.Resting ) : System
getState ( ) : string
run ( ) : bool

Method Details

ErogeNode() public méthode

public ErogeNode ( ) : System
Résultat System

ErogeNode() public méthode

public ErogeNode ( string _title, int _time, string _addr, RunningStatus _status = RunningStatus.Resting ) : System
_title string
_time int
_addr string
_status RunningStatus
Résultat System

getState() public méthode

public getState ( ) : string
Résultat string

run() public méthode

public run ( ) : bool
Résultat bool