C# Class wmib.Core.Help

Help
Mostra file Open project: benapetr/wikimedia-bot

Public Methods

Method 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 method

Initialise help
public static CreateHelp ( ) : void
return void

Register() public static method

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

Unregister() public static method

Remove a help
public static Unregister ( string name ) : bool
name string
return bool