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

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

            f.ShowDialog();
        }