Пример #1
0
        /// <summary>
        /// Gere la fenetre APropos
        /// </summary>
        private void aProposToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            this.Enabled = false;
            AProposForm apropos = new AProposForm(this);

            apropos.Show();
        }
Пример #2
0
 /// <summary>
 /// Gere la fenetre APropos
 /// </summary>
 private void aProposToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     this.Enabled = false;
     AProposForm apropos = new AProposForm(this);
     apropos.Show();
 }