DelegatedCommandDispatcher - конструктор
Пространство имён: Tessa.UI.Views.MessagingServicesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public DelegatedCommandDispatcher(
[NotNullAttribute] ICommandRouter commandRouter,
[NotNullAttribute] ICommandDispatcher commandDispatcher
)
Public Sub New (
<NotNullAttribute> commandRouter As ICommandRouter,
<NotNullAttribute> commandDispatcher As ICommandDispatcher
)
public:
DelegatedCommandDispatcher(
[NotNullAttribute] ICommandRouter^ commandRouter,
[NotNullAttribute] ICommandDispatcher^ commandDispatcher
)
new :
[<NotNullAttribute>] commandRouter : ICommandRouter *
[<NotNullAttribute>] commandDispatcher : ICommandDispatcher -> DelegatedCommandDispatcher
Параметры
- commandRouter ICommandRouter
-
- commandDispatcher ICommandDispatcher
-