Ejemplo n.º 1
0
        private void toolStripButton2_Click_1(object sender, EventArgs e)
        {
            Agendamento o = new Agendamento();

            o.MdiParent = this;
            o.Show();
        }
Ejemplo n.º 2
0
        private void TSBAgendamento_Click(object sender, EventArgs e)
        {
            Agendamento o = new Agendamento();

            o.MdiParent = this;
            o.Show();
        }