C# 클래스 WinFwk.UITools.Commands.CommandMgrModule

상속: WinFwk.UIModules.UIModule, IUICommandRequestor
파일 보기 프로젝트 열기: fremag/MemoScope.Net

공개 메소드들

메소드 설명
Accept ( IEnumerable commands ) : void
CommandMgrModule ( ) : System.Collections.Generic
Init ( ) : void
PostInit ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

비공개 메소드들

메소드 설명
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.

메소드 상세

Accept() 공개 메소드

public Accept ( IEnumerable commands ) : void
commands IEnumerable
리턴 void

CommandMgrModule() 공개 메소드

public CommandMgrModule ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Dispose() 보호된 메소드

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

Init() 공개 메소드

public Init ( ) : void
리턴 void

PostInit() 공개 메소드

public PostInit ( ) : void
리턴 void