C# Class GUIUtils.Images.SelectionButton

Inheritance: System.Windows.Forms.Button
Mostra file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
SelectionButton ( NameSpace model, int index ) : System

Constructor

Private Methods

Method Description
OnClick ( object sender, EventArgs eventArgs ) : void

Handles a click event to set the image index in the model

Method Details

SelectionButton() public method

Constructor
public SelectionButton ( NameSpace model, int index ) : System
model DataDictionary.Types.NameSpace
index int
return System