C# Class Kadr.UI.Dialogs.BonusTypeDialog

Datei anzeigen Open project: UGTU/UGTUKadrProject Class Usage Examples

Public Methods

Method Description
BonusTypeDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

btnBonusMeasure_Click ( object sender, EventArgs e ) : void
btnBonusSuperType_Click ( object sender, EventArgs e ) : void
cbBonusSuperType_SelectedValueChanged ( object sender, EventArgs e ) : void
dgvBonusType_CellBeginEdit ( object sender, DataGridViewCellCancelEventArgs e ) : void
dgvBonusType_RowValidating ( object sender, DataGridViewCellCancelEventArgs e ) : void

Method Details

BonusTypeDialog() public method

public BonusTypeDialog ( ) : System
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