Метод | Описание | |
---|---|---|
Configuration ( string positiveButton, MessageResult positiveResult, string negativeButton, MessageResult negativeResult ) : System |
Initializes a new instance of the Configuration class.
|
public Configuration ( string positiveButton, MessageResult positiveResult, string negativeButton, MessageResult negativeResult ) : System | ||
positiveButton | string | The positive button text |
positiveResult | MessageResult | The positive result |
negativeButton | string | The negative button text |
negativeResult | MessageResult | The negative result |
Результат | System |