Exemplo n.º 1
0
        private void agendaEventosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmAgendaEventos fae = new FrmAgendaEventos();

            fae.MdiParent = this;
            fae.Show();
        }
Exemplo n.º 2
0
        private void toolStripButtonEventos_Click(object sender, EventArgs e)
        {
            FrmAgendaEventos fae = new FrmAgendaEventos();

            fae.Show();
        }