C# Class ZeroInstall.Commands.WinForms.MinimalTaskHandler

Like SilentTaskHandler but with Msg for ITaskHandler.Ask(string).
Inheritance: SilentTaskHandler
显示文件 Open project: 0install/0install-win

Public Methods

Method Description
MinimalTaskHandler ( Control owner ) : System

Creates a new minimal handler.

Protected Methods

Method Description
Ask ( string question, MsgSeverity severity ) : bool

Method Details

Ask() protected method

protected Ask ( string question, MsgSeverity severity ) : bool
question string
severity MsgSeverity
return bool

MinimalTaskHandler() public method

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