C# Class Canguro.Commands.Forms.ConstraintsDialog

Mostrar archivo Open project: rforsbach/Treu-Structure Class Usage Examples

Public Methods

Method Description
ConstraintsDialog ( Canguro model ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ConstraintsDialog_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateDialog ( ) : void
addButton_Click ( object sender, EventArgs e ) : void
applyButton_Click ( object sender, EventArgs e ) : void
backButton_Click ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
constraintsListBox_DoubleClick ( object sender, EventArgs e ) : void
constraintsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
deleteButton_Click ( object sender, EventArgs e ) : void
editButton_Click ( object sender, EventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void
wizardControl_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ConstraintsDialog() public method

public ConstraintsDialog ( Canguro model ) : System
model Canguro
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void