Exemple #1
0
        /// <summary>
        /// Ouvrir la fenêtre pour afficher les informations sur un client.
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ficheClientToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Fclient cli = new Fclient();

            cli.ShowDialog();
        }
 /// <summary>
 /// Ouvrir la fenêtre pour afficher les informations sur un client.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void ficheClientToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Fclient cli = new Fclient();
     cli.ShowDialog();
 }