Example #1
0
 public FenetreOptions(FenetreJeu FenetreJeu)
 {
     this.FenetreJeu = FenetreJeu;
     InitializeComponent();
     this.BtnColor1.BackColor = FenetreJeu.PicDetective1.BackColor;
     this.BtnColor2.BackColor = FenetreJeu.PicDetective2.BackColor;
     this.BtnColor3.BackColor = FenetreJeu.PicDetective3.BackColor;
     this.TxtBox1.Text        = FenetreJeu.LblDetective1.Text;
     this.TxtBox2.Text        = FenetreJeu.LblDetective2.Text;
     this.TxtBox3.Text        = FenetreJeu.LblDetective3.Text;
 }
Example #2
0
 public Fin(FenetreJeu fenetreJeu)
 {
     this.fenetreJeu = fenetreJeu;
     InitializeComponent();
 }