Exemplo n.º 1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            EditStrapsEmpForm editStraps = new EditStrapsEmpForm(this);

            editStraps.ShowDialog();
        }
Exemplo n.º 2
0
        private void btn_edit_Click(object sender, EventArgs e)
        {
            EditStrapsEmpForm editStraps = new EditStrapsEmpForm(mainForm);

            editStraps.ShowDialog();
        }