Наследование: System.Windows.Forms.Form
        private void excluirToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            Servicos.Frm_ExcluirServico frm_ExcluirServico = new Servicos.Frm_ExcluirServico();

            frm_ExcluirServico.MdiParent = this;

            frm_ExcluirServico.Show();
        }
Пример #2
0
        private void excluirToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            Servicos.Frm_ExcluirServico frm_ExcluirServico = new Servicos.Frm_ExcluirServico();

            frm_ExcluirServico.MdiParent = this;

            frm_ExcluirServico.Show();
        }