Exemplo n.º 1
0
        private void bntSalaire_Click(object sender, EventArgs e)
        {
            salaire frm = new salaire();

            frm.ShowDialog();
        }
Exemplo n.º 2
0
        private void SalairePictureBox_Click(object sender, EventArgs e)
        {
            salaire frm = new salaire();

            frm.ShowDialog();
        }