FrmMediatekRemplirComboCategorie Method

Rempli un des 3 combo (genre, public, rayon)

Definition

Namespace: MediaTekDocuments.view
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public static void RemplirComboCategorie(
	List<Categorie> lesCategories,
	BindingSource bdg,
	ComboBox cbx
)

Parameters

lesCategories  ListCategorie
liste des objets de type Genre ou Public ou Rayon
bdg  BindingSource
bindingsource contenant les informations
cbx  ComboBox
combobox à remplir

See Also