Example #1
0
        private void agendaEventosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmAgendaEventos fae = new FrmAgendaEventos();

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

            fae.Show();
        }