C# Class WinFwk.UITools.Commands.CommandMgrModule

Inheritance: WinFwk.UIModules.UIModule, IUICommandRequestor
Afficher le fichier Open project: fremag/MemoScope.Net

Méthodes publiques

Méthode Description
Accept ( IEnumerable commands ) : void
CommandMgrModule ( ) : System.Collections.Generic
Init ( ) : void
PostInit ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

Method Details

Accept() public méthode

public Accept ( IEnumerable commands ) : void
commands IEnumerable
Résultat void

CommandMgrModule() public méthode

public CommandMgrModule ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Dispose() protected méthode

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

PostInit() public méthode

public PostInit ( ) : void
Résultat void