C# Class wmib.Core.Help

Help
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Méthode Description
CreateHelp ( ) : void

Initialise help

Register ( string name, string text ) : bool

Register a new item

Unregister ( string name ) : bool

Remove a help

Method Details

CreateHelp() public static méthode

Initialise help
public static CreateHelp ( ) : void
Résultat void

Register() public static méthode

Register a new item
public static Register ( string name, string text ) : bool
name string Name
text string Text
Résultat bool

Unregister() public static méthode

Remove a help
public static Unregister ( string name ) : bool
name string
Résultat bool