private void toolStripButton2_Click_1(object sender, EventArgs e) { Agendamento o = new Agendamento(); o.MdiParent = this; o.Show(); }
private void TSBAgendamento_Click(object sender, EventArgs e) { Agendamento o = new Agendamento(); o.MdiParent = this; o.Show(); }