Exemplo n.º 1
0
        private void button6_Click(object sender, EventArgs e) //nouvelle activite
        {
            FormulaireActivite formActivite = new FormulaireActivite(null);

            formActivite.Owner = this;
            formActivite.ShowDialog();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            FormulaireActivite formActivite = new FormulaireActivite(activiteDTO);

            formActivite.Owner = this.Owner;
            formActivite.ShowDialog();
        }