Esempio n. 1
0
        private void txtPRANUM_Click(object sender, EventArgs e)
        {
            FrmDetailPraticien f = new FrmDetailPraticien(this.lePra);

            f.ShowDialog();
        }
Esempio n. 2
0
        private void iconPictureBox2_Click(object sender, EventArgs e)
        {
            FrmDetailPraticien f = new FrmDetailPraticien(this.lePra);

            f.ShowDialog();
        }