C# 클래스 ZeroInstall.Central.WinForms.SelectCommandDialog

A dialog box asking the the user to select an Command.
상속: NanoByte.Common.Controls.OKCancelDialog
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
SelectCommandDialog ( FeedTarget target ) : System

Creates a dialog box for asking the the user to select an Command.

비공개 메소드들

메소드 설명
SelectCommandDialog_Load ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
comboBoxCommand_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

SelectCommandDialog() 공개 메소드

Creates a dialog box for asking the the user to select an Command.
public SelectCommandDialog ( FeedTarget target ) : System
target ZeroInstall.Store.FeedTarget The application to be launched.
리턴 System