Example #1
0
 public Score(Jeu_Cavalier jc)
 {
     jeucavlier = jc;
     InitializeComponent();
     MaximizeBox          = false;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.StartPosition   = FormStartPosition.CenterScreen;
 }