DialogService - конструктор
Реализация сервиса диалогов
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.8
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)
-