Ejemplo n.º 1
0
 public void RunWrite(int position)
 {
     if (wait)
     {
         position = this.position;
     }
     _lb_statut.TextLabel(Constantes.STATUS[position < 0 ? 0 : (position > Constantes.STATUS.Length ? Constantes.STATUS.Length - 1 : position)]);
 }
Ejemplo n.º 2
0
 private void Form_Login_Load(object sender, EventArgs e)
 {
     txt_id.Focus();
     object_temps.TextLabel("Vous avez " + (p_bar.Maximum).ToString() + " essai(s)");
 }