C# Класс WixSharp.Controls.SpawnDialog

Defines T:WixSharp.DialogAction for creating a child of a modal dialog box while keeping the present dialog box running.
Наследование: DialogAction
Показать файл Открыть проект

Открытые методы

Метод Описание
SpawnDialog ( string dialogName, System.Condition condition ) : System

Initializes a new instance of the SpawnDialog class.

SpawnDialog ( string dialogName, string condition = "1" ) : System

Initializes a new instance of the SpawnDialog class.

Описание методов

SpawnDialog() публичный Метод

Initializes a new instance of the SpawnDialog class.
public SpawnDialog ( string dialogName, System.Condition condition ) : System
dialogName string Name of the dialog.
condition System.Condition The condition.
Результат System

SpawnDialog() публичный Метод

Initializes a new instance of the SpawnDialog class.
public SpawnDialog ( string dialogName, string condition = "1" ) : System
dialogName string Name of the dialog.
condition string The condition.
Результат System