C# Class ZeroInstall.Commands.WinForms.MinimalTaskHandler

Like SilentTaskHandler but with Msg for ITaskHandler.Ask(string).
Inheritance: SilentTaskHandler
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
MinimalTaskHandler ( Control owner ) : System

Creates a new minimal handler.

Méthodes protégées

Méthode Description
Ask ( string question, MsgSeverity severity ) : bool

Method Details

Ask() protected méthode

protected Ask ( string question, MsgSeverity severity ) : bool
question string
severity MsgSeverity
Résultat bool

MinimalTaskHandler() public méthode

Creates a new minimal handler.
public MinimalTaskHandler ( Control owner ) : System
owner System.Windows.Forms.Control The parent window owning the handler.
Résultat System