Property | Type | Description | |
---|---|---|---|
btnDelete | |||
comboProduct | |||
productListInternal | List |
||
txtDiscount | |||
txtPrice | |||
txtQuantity |
Property | Type | Description | |
---|---|---|---|
Addto |
Method | Description | |
---|---|---|
ProductPanel ( |
||
txtDiscount_Leave ( object sender, |
||
txtDiscount_TextChanged ( object sender, |
||
txtPrice_TextChanged ( object sender, |
||
txtQuantity_TextChanged ( object sender, |
||
updatePrice ( ) : void |
public ProductPanel ( |
||
add2 | ||
locationy | int | |
productlist | List |
|
return | System |
public txtDiscount_Leave ( object sender, |
||
sender | object | |
e | ||
return | void |
public txtDiscount_TextChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public txtPrice_TextChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public txtQuantity_TextChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Panel,System.Windows.Forms Addto | ||
return |
public Button,System.Windows.Forms btnDelete | ||
return |
public ComboBox,System.Windows.Forms comboProduct | ||
return |
public TextBox,System.Windows.Forms txtDiscount | ||
return |
public TextBox,System.Windows.Forms txtPrice | ||
return |