Example #1
0
        static void Main(string[] args)
        {
            Pendu pendus = new Pendu();

            pendus.Start();
        }
 private void Form1_Load(object sender, EventArgs e)
 {
     partie     = new Pendu();
     lbMot.Text = partie.ToString();
 }