Property | Type | Description | |
---|---|---|---|
cmbProducts |
Method | Description | |
---|---|---|
BrettProductPanel ( List |
||
BrettProductPanel ( List |
||
FoundSameProduct ( bool blnFoundSame ) : void | ||
WowSelectedIndexIsAnnoying ( ) : void |
For some reason selected index doesnt want to play nice, so I call it again at the end of it all.
|
Method | Description | |
---|---|---|
AddContols ( ) : void | ||
CalcPrice ( int index ) : void | ||
LoadPanel ( ) : void | ||
PrepForCalculation ( ) : void | ||
SetupComboBox ( ) : void | ||
SetupControls ( ) : void | ||
SetupPanel ( List |
||
cmbProductsProductsSelected ( object sender, |
public BrettProductPanel ( List |
||
panelList | List |
|
productList | List |
|
containerWidth | int | |
containerHeight | int | |
containerLeft | int | |
return | System |
public BrettProductPanel ( List |
||
panelList | List |
|
productList | List |
|
containerWidth | int | |
containerHeight | int | |
containerLeft | int | |
selectedProductID | int | |
quantity | short | |
discount | float | |
price | decimal | |
return | System |
public FoundSameProduct ( bool blnFoundSame ) : void | ||
blnFoundSame | bool | |
return | void |