DialogService - конструктор
Реализация сервиса диалогов
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public DialogService(
[OptionalDependencyAttribute] IFileContentNameReplacer nameReplacer = null
)
Public Sub New (
<OptionalDependencyAttribute> Optional nameReplacer As IFileContentNameReplacer = Nothing
)
public:
DialogService(
[OptionalDependencyAttribute] IFileContentNameReplacer^ nameReplacer = nullptr
)
new :
[<OptionalDependencyAttribute>] ?nameReplacer : IFileContentNameReplacer
(* Defaults:
let _nameReplacer = defaultArg nameReplacer null
*)
-> DialogService
Параметры
- nameReplacer IFileContentNameReplacer (Optional)
-