FrmMediatekRemplirComboEtat Method

Remplir un combo avec les etats d'exemplaires

Definition

Namespace: MediaTekDocuments.view
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
private static void RemplirComboEtat(
	List<Etat> lesEtats,
	BindingSource bdg,
	ComboBox cbx
)

Parameters

lesEtats  ListEtat

[Missing <param name="lesEtats"/> documentation for "M:MediaTekDocuments.view.FrmMediatek.RemplirComboEtat(System.Collections.Generic.List{MediaTekDocuments.model.Etat},System.Windows.Forms.BindingSource,System.Windows.Forms.ComboBox)"]

bdg  BindingSource

[Missing <param name="bdg"/> documentation for "M:MediaTekDocuments.view.FrmMediatek.RemplirComboEtat(System.Collections.Generic.List{MediaTekDocuments.model.Etat},System.Windows.Forms.BindingSource,System.Windows.Forms.ComboBox)"]

cbx  ComboBox

[Missing <param name="cbx"/> documentation for "M:MediaTekDocuments.view.FrmMediatek.RemplirComboEtat(System.Collections.Generic.List{MediaTekDocuments.model.Etat},System.Windows.Forms.BindingSource,System.Windows.Forms.ComboBox)"]

See Also