Ejemplo n.º 1
0
        private void newEventToolStripMenuItem_Click(object sender, EventArgs e)
        {
            NewEvent newEvent = new NewEvent();

            newEvent.MdiParent = this;
            newEvent.Show();
        }
Ejemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            NewEvent newEvent = new NewEvent();

            newEvent.MdiParent = MDIParent1.ActiveForm;
            newEvent.Show();
        }