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

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

            f.ShowDialog();
        }