C# Class BasicCommandHandlers.ChangeKeyboardPlugin

Inheritance: CommonServices.BasicCommandHandler, IChangeKeyboardCommandHandlerService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeKeyboard ( string keyboardName ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Method Details

ChangeKeyboard() public méthode

public ChangeKeyboard ( string keyboardName ) : void
keyboardName string
Résultat void

OnCommandSent() protected méthode

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void