C# 클래스 ZeroInstall.Commands.WinForms.MinimalTaskHandler

Like SilentTaskHandler but with Msg for ITaskHandler.Ask(string).
상속: SilentTaskHandler
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
MinimalTaskHandler ( Control owner ) : System

Creates a new minimal handler.

보호된 메소드들

메소드 설명
Ask ( string question, MsgSeverity severity ) : bool

메소드 상세

Ask() 보호된 메소드

protected Ask ( string question, MsgSeverity severity ) : bool
question string
severity MsgSeverity
리턴 bool

MinimalTaskHandler() 공개 메소드

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