C# Class ZForge.SA.Komponent.SAKomponent

Inheritance: IKomponent
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
IsArgumentAcceptable ( string args ) : bool
Off ( ) : void
Run ( string args ) : void

Method Details

IsArgumentAcceptable() public méthode

public IsArgumentAcceptable ( string args ) : bool
args string
Résultat bool

Off() public méthode

public Off ( ) : void
Résultat void

Run() public méthode

public Run ( string args ) : void
args string
Résultat void