FrmAlerteAbonnement Constructor

Formulaire Alerte fin d'abonnements

Definition

Namespace: MediaTekDocuments.view
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public FrmAlerteAbonnement(
	List<Abonnement> abonnementsExpirants,
	List<Revue> lesRevues
)

Parameters

abonnementsExpirants  ListAbonnement

[Missing <param name="abonnementsExpirants"/> documentation for "M:MediaTekDocuments.view.FrmAlerteAbonnement.#ctor(System.Collections.Generic.List{MediaTekDocuments.model.Abonnement},System.Collections.Generic.List{MediaTekDocuments.model.Revue})"]

lesRevues  ListRevue

[Missing <param name="lesRevues"/> documentation for "M:MediaTekDocuments.view.FrmAlerteAbonnement.#ctor(System.Collections.Generic.List{MediaTekDocuments.model.Abonnement},System.Collections.Generic.List{MediaTekDocuments.model.Revue})"]

See Also