示例#1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         GestionFiliale.ChargerFiliale(this);
         GestionBonDistribution.InitialiserBon(this);
     }
 }
示例#2
0
 protected void cmbFiliale_SelectedIndexChanged(object sender, EventArgs e)
 {
     GestionFiliale.AfficherFiliale(this);
 }