C# Class ZeroInstall.Central.WinForms.SelectCommandDialog

A dialog box asking the the user to select an Command.
Inheritance: NanoByte.Common.Controls.OKCancelDialog
Show file Open project: 0install/0install-win

Public Methods

Method Description
SelectCommandDialog ( FeedTarget target ) : System

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

Private Methods

Method Description
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

Method Details

SelectCommandDialog() public method

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.
return System